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

2 years ago
2 years ago
2 years ago
  1. {
  2. "name": "wpstudio/wpstudio-media-cloud-transform",
  3. "description": "Convert attachment meta to compatible with Media Cloud S3",
  4. "type": "wordpress-plugin",
  5. "require": {
  6. "guzzle/http": "^3.7@dev",
  7. "symfony/event-dispatcher": "4.4.x-dev",
  8. "vlucas/phpdotenv": "5.4.x-dev"
  9. },
  10. "license": "MIT",
  11. "authors": [
  12. {
  13. "name": "WP Studio",
  14. "email": "info@wpstudio.ru"
  15. }
  16. ],
  17. "autoload": {
  18. "psr-4": {
  19. "WpsMcloud\\": "src"
  20. }
  21. },
  22. "minimum-stability": "dev"
  23. }