diff --git a/composer.json b/composer.json index 01360e9..113c9c4 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,6 @@ "php": ">=5.6" }, "scripts": { - "serve": ["@php -S localhost:29896 ./test/router.php"] + "serve": ["@php -S localhost:29896 ./tests/router.php"] } }