Skip to content

Commit 7c105f8

Browse files
committed
feature #966 Add MakerBundle as a dev dependency (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Add MakerBundle as a dev dependency What about to add a maker bundle to this Demo distribution? I think a lot of people are using Demo for some testing, bug reproducing, etc. and have to install it maker bandle themselves - it would be cool to have it installed already. Also, I think it's good to reveal Maker bundle to newcomers as well. Commits ------- 8255eb7 Composer require MakerBundle
2 parents 4bc69f6 + 8255eb7 commit 7c105f8

File tree

4 files changed

+132
-1
lines changed

4 files changed

+132
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"symfony/css-selector": "*",
4242
"symfony/debug-bundle": "*",
4343
"symfony/dotenv": "*",
44+
"symfony/maker-bundle": "^1.11",
4445
"symfony/phpunit-bridge": "*",
4546
"symfony/stopwatch": "*",
4647
"symfony/web-profiler-bundle": "*",

composer.lock

Lines changed: 118 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/bundles.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
1919
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
2020
HtmlSanitizer\Bundle\HtmlSanitizerBundle::class => ['all' => true],
21+
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
2122
];

symfony.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
"monolog/monolog": {
123123
"version": "1.x-dev"
124124
},
125+
"nikic/php-parser": {
126+
"version": "v4.2.1"
127+
},
125128
"ocramius/proxy-manager": {
126129
"version": "2.1.x-dev"
127130
},
@@ -263,6 +266,15 @@
263266
"symfony/intl": {
264267
"version": "4.2-dev"
265268
},
269+
"symfony/maker-bundle": {
270+
"version": "1.0",
271+
"recipe": {
272+
"repo": "github.com/symfony/recipes",
273+
"branch": "master",
274+
"version": "1.0",
275+
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
276+
}
277+
},
266278
"symfony/monolog-bridge": {
267279
"version": "4.2-dev"
268280
},

0 commit comments

Comments
 (0)