Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Added new box.phar to make it compatible with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap committed Jul 7, 2022
1 parent 96335a6 commit 128a8ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"alias": "masquerade.phar",
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\Php"
],
"compression": "GZ",
"directories": [
Expand All @@ -25,7 +24,5 @@
"in": "vendor"
}
],
"main": "bin/masquerade",
"output": "dist/masquerade.phar",
"stub": true
"output": "dist/masquerade.phar"
}
Binary file modified box.phar
100644 → 100755
Binary file not shown.

0 comments on commit 128a8ad

Please sign in to comment.