2016-09-12 05:35:13 +02:00
|
|
|
{
|
2017-07-11 03:52:52 +02:00
|
|
|
"name": "silverstripe/recipe-plugin",
|
2016-09-12 05:35:13 +02:00
|
|
|
"description": "Helper plugin to install SilverStripe recipes",
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Damian Mooyman",
|
|
|
|
"email": "damian@silverstripe.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-09-12 05:43:34 +02:00
|
|
|
"SilverStripe\\RecipePlugin\\": "src/"
|
2016-09-12 05:35:13 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
2017-12-19 02:03:21 +01:00
|
|
|
"class": "SilverStripe\\RecipePlugin\\RecipePlugin",
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
2016-09-12 05:35:13 +02:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^1.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "^1.2"
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev"
|
|
|
|
}
|