Add maker bundle

This commit is contained in:
Oliver Davies 2019-01-10 12:59:37 +00:00
parent 49a0bd9ed0
commit 03b454fdd4
4 changed files with 207 additions and 3 deletions

View file

@ -1,4 +1,10 @@
{
"doctrine/inflector": {
"version": "v1.3.0"
},
"nikic/php-parser": {
"version": "v4.1.1"
},
"psr/cache": {
"version": "1.0.1"
},
@ -71,6 +77,15 @@
"symfony/http-kernel": {
"version": "v4.2.1"
},
"symfony/maker-bundle": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
}
},
"symfony/polyfill-mbstring": {
"version": "v1.10.0"
},