From 2947ae436c53f910cc0eeb38aaecc73f72643bfb Mon Sep 17 00:00:00 2001 From: "tien.xuan.vo" Date: Tue, 19 Dec 2023 20:38:00 +0700 Subject: [PATCH] chore: Remove old composer script --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 1c1df957..e70ecc1d 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,6 @@ } }, "scripts": { - "start-provider": "php -S localhost:58000 -t example/src/Provider/public/", "static-code-analysis": "phpstan", "lint": "php-cs-fixer fix --dry-run", "fix": "php-cs-fixer fix",