Skip to content

Commit d333388

Browse files
authored
Update composer.json
1 parent e424404 commit d333388

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,20 @@
1717
],
1818
"scripts": {
1919
"watch": "scss --watch ./resources/scss/style.scss:./public/css/style.css --style compressed",
20+
"bundle": "esbuild --bundle ./resources/js/main.js --outdir=./public/js/ --minify --sourcemap",
2021
"psalm": "psalm ./"
2122
},
2223
"require-dev": {
2324
"filp/whoops": "^2.15"
2425
},
2526
"require": {
2627
"php": ">=8.0",
27-
"maplephp/foundation": "^1.0.0"
28+
"maplephp/http": "1.0.6",
29+
"maplephp/foundation": "1.3.7"
2830
},
2931
"autoload": {
3032
"psr-4": {
3133
}
3234
},
3335
"minimum-stability": "dev"
34-
}
36+
}

0 commit comments

Comments
 (0)