From c630a224d0e9dc0c08182beed3517a9672c89a7f Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 10 Feb 2022 18:05:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20remove=20acorn=20post-autoload-d?= =?UTF-8?q?ump=20(#2978)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index d69f22b83a..f5163ae2a4 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,6 @@ "php": "^7.4|^8.0" }, "require-dev": { - "filp/whoops": "^2.12", "squizlabs/php_codesniffer": "^3.6" }, "suggest": { @@ -59,9 +58,6 @@ "scripts": { "lint": [ "phpcs --extensions=php --standard=PSR12 app" - ], - "post-autoload-dump": [ - "Roots\\Acorn\\ComposerScripts::postAutoloadDump" ] }, "extra": {