add serve script to composer

This commit is contained in:
Yisroel Baum 2026-04-12 21:41:06 +03:00
parent edbc48a87d
commit bb3397b751
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -14,6 +14,9 @@
"Tests\\": "tests/"
}
},
"scripts": {
"serve": "php -S localhost:8080 -t public/"
},
"require": {
"slim/slim": "4.*",
"slim/psr7": "^1.8",