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

16 lines
284 B
JSON

{
"name": "plugin/a",
"version": "1.1.2",
"require": {
"symfony/console": "*",
"composer-plugin-api": "^2"
},
"autoload": {
"classmap": ["PluginA.php"]
},
"type": "composer-plugin",
"extra": {
"class": "PluginA"
}
}