Skip to content

Commit

Permalink
Remove PackageInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyTapok-bit committed Apr 27, 2024
1 parent 1b1d464 commit 0490955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
57 changes: 0 additions & 57 deletions src/PackageInstaller.php

This file was deleted.

0 comments on commit 0490955

Please sign in to comment.