dumbo/examples/bearer-auth/composer.json
2024-08-28 13:33:52 +01:00

15 lines
198 B
JSON

{
"require": {
"notrab/dumbo": "@dev"
},
"repositories": [
{
"type": "path",
"url": "../../"
}
],
"scripts": {
"start": "php -S localhost:8000 index.php"
}
}