Skip to content

Commit 2e77775

Browse files
committed
Move the twbs/bootstrap dependency from require-dev to require
1 parent d3052bc commit 2e77775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"symfony/validator": "^7",
4848
"symfony/yaml": "^7",
4949
"symfonycasts/sass-bundle": "^0.7",
50+
"twbs/bootstrap": "^5",
5051
"twig/extra-bundle": "^3.3",
5152
"twig/intl-extra": "^3.3",
5253
"twig/markdown-extra": "^3.3"
@@ -64,8 +65,7 @@
6465
"symfony/maker-bundle": "^1.36",
6566
"symfony/phpunit-bridge": "^7",
6667
"symfony/stopwatch": "^7",
67-
"symfony/web-profiler-bundle": "^7",
68-
"twbs/bootstrap": "^5"
68+
"symfony/web-profiler-bundle": "^7"
6969
},
7070
"config": {
7171
"allow-plugins": {

0 commit comments

Comments
 (0)