Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
add maker bundle to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaidas Bagdonas committed Nov 22, 2019
1 parent 18c2a9c commit 4cf7328
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"require-dev": {
"phpunit/php-code-coverage": "^6.0",
"phpunit/phpunit": "^7.0",
"symfony/maker-bundle": "^1.14",
"symfony/phpunit-bridge": "^4.3",
"symfony/web-server-bundle": "4.3.*"
},
Expand Down
189 changes: 188 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
];
15 changes: 15 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"doctrine/inflector": {
"version": "1.3.1"
},
"doctrine/instantiator": {
"version": "1.3.0"
},
Expand All @@ -11,6 +14,9 @@
"myclabs/deep-copy": {
"version": "1.9.3"
},
"nikic/php-parser": {
"version": "v4.3.0"
},
"phar-io/manifest": {
"version": "1.0.3"
},
Expand Down Expand Up @@ -184,6 +190,15 @@
"symfony/inflector": {
"version": "v4.3.8"
},
"symfony/maker-bundle": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
}
},
"symfony/mime": {
"version": "v4.3.8"
},
Expand Down

0 comments on commit 4cf7328

Please sign in to comment.