Skip to content

Commit bf7203e

Browse files
committed
Install maker bundle
1 parent 5b4da1f commit bf7203e

File tree

4 files changed

+105
-2
lines changed

4 files changed

+105
-2
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"symfony/debug-bundle": "^6.4 || ^7.1",
5959
"symfony/http-client": "^6.4 || ^7.1",
6060
"symfony/intl": "^6.4 || ^7.1",
61+
"symfony/maker-bundle": "^1.61",
6162
"symfony/web-profiler-bundle": "^6.4 || ^7.1"
6263
},
6364
"config": {

composer.lock

Lines changed: 94 additions & 2 deletions
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
@@ -60,4 +60,5 @@
6060
Symfony\UX\Autocomplete\AutocompleteBundle::class => ['all' => true],
6161
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
6262
Sylius\TwigExtra\Symfony\SyliusTwigExtraBundle::class => ['all' => true],
63+
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
6364
];

symfony.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,15 @@
352352
"config/packages/mailer.yaml"
353353
]
354354
},
355+
"symfony/maker-bundle": {
356+
"version": "1.61",
357+
"recipe": {
358+
"repo": "github.com/symfony/recipes",
359+
"branch": "main",
360+
"version": "1.0",
361+
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
362+
}
363+
},
355364
"symfony/messenger": {
356365
"version": "7.1",
357366
"recipe": {

0 commit comments

Comments
 (0)