We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55249b commit eb53fe6Copy full SHA for eb53fe6
lizmap/composer.json
@@ -15,7 +15,8 @@
15
"violet/streaming-json-encoder": "^1.1.5",
16
"guzzlehttp/guzzle": "^7.7.0",
17
"halaxa/json-machine": "^1.1",
18
- "kevinrob/guzzle-cache-middleware": "^6.0"
+ "kevinrob/guzzle-cache-middleware": "^6.0",
19
+ "twbs/bootstrap": "^5.3.3"
20
},
21
"minimum-stability": "stable",
22
"config": {
@@ -34,5 +35,11 @@
34
35
"app-dir" : "./",
36
"var-config-dir" : "var/config/"
37
}
38
+ },
39
+ "scripts": {
40
+ "post-update-cmd": [
41
+ "php -r \"copy('vendor/twbs/bootstrap/dist/css/bootstrap.min.css', 'www/assets/css/bootstrap.min.css');\"",
42
+ "php -r \"copy('vendor/twbs/bootstrap/dist/js/bootstrap.min.js', 'www/assets/js/bootstrap.min.js');\""
43
+ ]
44
45
0 commit comments