dumbo/examples/cookie-auth/composer.json

21 lines
355 B
JSON
Raw Normal View History

2024-09-06 17:39:46 +01:00
{
"require": {
"notrab/dumbo": "@dev",
2024-09-07 10:43:21 +01:00
"latte/latte": "^3.0",
"darkterminal/turso-client-http": "^2.9"
2024-09-06 17:39:46 +01:00
},
"repositories": [
{
"type": "path",
"url": "../../"
}
],
"scripts": {
2024-09-07 10:43:21 +01:00
"start": [
"Composer\\Config::disableProcessTimeout",
"php -S localhost:8000 -t ."
]
2024-09-06 17:39:46 +01:00
},
"prefer-stable": false
}