You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
576 B

{
"name": "wpstudio/wpstudio-media-cloud-transform",
"description": "Convert attachment meta to compatible with Media Cloud S3",
"type": "wordpress-plugin",
"require": {
"guzzle/http": "^3.7@dev",
"symfony/event-dispatcher": "4.4.x-dev",
"vlucas/phpdotenv": "5.4.x-dev"
},
"license": "MIT",
"authors": [
{
"name": "WP Studio",
"email": "info@wpstudio.ru"
}
],
"autoload": {
"psr-4": {
"WpsMcloud\\": "src"
}
},
"minimum-stability": "dev"
}