Commit b1a3755
committed
minor #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 #1509
Commits
-------
2e77775 Move the twbs/bootstrap dependency from require-dev to require1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments