From 47ace65c8bf0b0d062f63a27db1d278081f8dce7 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 13 Jun 2018 14:43:57 -0400 Subject: [PATCH] forgot to tweak composer script after changing directory name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } }