mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 06:08:31 +01:00
9d6a680c13
* Feature: basicAuth Helper is added * refactor BasicAuth + examples * update readme * add custom basic auth example --------- Co-authored-by: Jamie Barton <jamie@notrab.dev>
15 lines
198 B
JSON
15 lines
198 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "php -S localhost:8000 index.php"
|
|
}
|
|
}
|