Skip to content

Commit b1a3755

Browse files
committed
minor symfony#1540 Move the twbs/bootstrap dependency from require-dev to require (rosier)
This PR was merged into the main branch. Discussion ---------- Move the twbs/bootstrap dependency from require-dev to require I don't know if the demo is intended to work in production mode. However since the assets are no longer bundled, but generated during `composer install` with `sass:build` i think it makes sense to ensure that bootstrap is always available by moving it to the required dependencies. Fixes symfony#1509 Commits ------- 2e77775 Move the twbs/bootstrap dependency from require-dev to require
2 parents e402000 + 2e77775 commit b1a3755

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"
@@ -63,8 +64,7 @@
6364
"symfony/debug-bundle": "^7",
6465
"symfony/maker-bundle": "^1.36",
6566
"symfony/stopwatch": "^7",
66-
"symfony/web-profiler-bundle": "^7",
67-
"twbs/bootstrap": "^5"
67+
"symfony/web-profiler-bundle": "^7"
6868
},
6969
"config": {
7070
"allow-plugins": {

0 commit comments

Comments
 (0)