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 e424404 commit d333388Copy full SHA for d333388
composer.json
@@ -17,18 +17,20 @@
17
],
18
"scripts": {
19
"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",
21
"psalm": "psalm ./"
22
},
23
"require-dev": {
24
"filp/whoops": "^2.15"
25
26
"require": {
27
"php": ">=8.0",
- "maplephp/foundation": "^1.0.0"
28
+ "maplephp/http": "1.0.6",
29
+ "maplephp/foundation": "1.3.7"
30
31
"autoload": {
32
"psr-4": {
33
}
34
35
"minimum-stability": "dev"
-}
36
+}
0 commit comments