From 7e3ad0f1a51b309565474b15d1a03d5797007b90 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 30 Jan 2018 16:50:03 -0500 Subject: [PATCH] bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db6b8fe..8d0c94e 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,6 @@ } }, "scripts": { - "server": "@composer -S localhost:9999" + "serve": "@php -S localhost:8080 -t public/" } }