added maker bundle

This commit is contained in:
2021-05-30 17:26:27 +02:00
parent 0101d7001e
commit 5b8a86de98
5 changed files with 260 additions and 3 deletions

View File

@@ -1,4 +1,10 @@
{
"doctrine/inflector": {
"version": "2.0.3"
},
"nikic/php-parser": {
"version": "v4.10.5"
},
"psr/cache": {
"version": "2.0.0"
},
@@ -97,6 +103,15 @@
"symfony/http-kernel": {
"version": "v5.2.9"
},
"symfony/maker-bundle": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
}
},
"symfony/polyfill-intl-grapheme": {
"version": "v1.23.0"
},