Skip to content

Commit 43d879f

Browse files
committed
Add maker bundle
1 parent a52c67b commit 43d879f

File tree

4 files changed

+316
-3
lines changed

4 files changed

+316
-3
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
}
7575
},
7676
"require-dev": {
77+
"symfony/maker-bundle": "^1.62",
7778
"symfony/stopwatch": "7.2.*",
7879
"symfony/web-profiler-bundle": "7.2.*"
7980
}

composer.lock

Lines changed: 305 additions & 3 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
@@ -5,4 +5,5 @@
55
Talleu\RedisOm\Bundle\TalleuRedisOmBundle::class => ['all' => true],
66
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
77
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
8+
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
89
];

symfony.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@
5858
"src/Kernel.php"
5959
]
6060
},
61+
"symfony/maker-bundle": {
62+
"version": "1.62",
63+
"recipe": {
64+
"repo": "github.com/symfony/recipes",
65+
"branch": "main",
66+
"version": "1.0",
67+
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
68+
}
69+
},
6170
"symfony/routing": {
6271
"version": "7.2",
6372
"recipe": {

0 commit comments

Comments
 (0)