Browse Source

* set composer package type to wordpress-plugin

master
dimti 2 years ago
parent
commit
635c451a00
  1. 2
      composer.json

2
composer.json

@ -1,7 +1,7 @@
{ {
"name": "wpstudio/media-cloud-transform", "name": "wpstudio/media-cloud-transform",
"description": "Convert attachment meta to compatible with Media Cloud S3", "description": "Convert attachment meta to compatible with Media Cloud S3",
"type": "library",
"type": "wordpress-plugin",
"require": { "require": {
"guzzle/http": "^3.7@dev", "guzzle/http": "^3.7@dev",
"symfony/event-dispatcher": "4.4.x-dev", "symfony/event-dispatcher": "4.4.x-dev",

Loading…
Cancel
Save