From 04909554be6619a1e4d041fdd9755269155b8e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D1=96=D0=B9?= <61122611+CrazyTapok-bit@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:54:23 +0300 Subject: [PATCH] Remove PackageInstaller --- composer.json | 4 +-- src/PackageInstaller.php | 57 ---------------------------------------- 2 files changed, 1 insertion(+), 60 deletions(-) delete mode 100644 src/PackageInstaller.php diff --git a/composer.json b/composer.json index 868efb3..69d85bd 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,7 @@ ], "scripts": { "test": "phpunit --colors=always", - "analyze": "phpstan analyze --ansi", - "post-package-install": "TgWebValid\\PackageInstaller::postPackageInstall", - "post-package-uninstall": "TgWebValid\\PackageInstaller::postPackageUninstall" + "analyze": "phpstan analyze --ansi" }, "require": { "php": "^8.2", diff --git a/src/PackageInstaller.php b/src/PackageInstaller.php deleted file mode 100644 index 03e3cd4..0000000 --- a/src/PackageInstaller.php +++ /dev/null @@ -1,57 +0,0 @@ -