diff --git a/Sources/composer.json b/Sources/composer.json index 1288b943..ae7a5099 100644 --- a/Sources/composer.json +++ b/Sources/composer.json @@ -13,7 +13,7 @@ "phpunit/phpunit": "*" }, "scripts": { - "start-dev": "php -S localhost:8080 -t public -d display_errors=1 -d error_reporting=E_ALL" + "dev": "php -S localhost:8080 -t public -d display_errors=1 -d error_reporting=E_ALL" } }