Add maker bundle with a command composer require symfony/maker-bundle --dev

This commit is contained in:
Krzysztof Płaczek
2024-10-19 16:47:13 +02:00
parent 0681f1ac28
commit d5dc033be9
4 changed files with 253 additions and 1 deletions

View File

@@ -81,6 +81,7 @@
},
"require-dev": {
"symfony/debug-bundle": "7.1.*",
"symfony/maker-bundle": "^1.61",
"symfony/stopwatch": "7.1.*",
"symfony/web-profiler-bundle": "7.1.*"
}