-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade PHP to support 8.2 and 8.3 only; Remove CaptainHook (#93)
* Upgrade PHP to support 8.1-8.3; Remove CaptainHook * Fix Psalm * Fix CS * Exclude PHP 8.1 as PHPUnit requires at least 8.2
- Loading branch information
Showing
13 changed files
with
1,259 additions
and
1,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,9 @@ | |
} | ||
], | ||
"require": { | ||
"php": ">=7.4" | ||
"php": ">=8.1" | ||
}, | ||
"require-dev": { | ||
"captainhook/captainhook": "*", | ||
"captainhook/plugin-composer": "*", | ||
"friendsofphp/php-cs-fixer": "*", | ||
"oire/php-code-style": "dev-master", | ||
"phpunit/phpunit": "*", | ||
|
@@ -24,7 +22,7 @@ | |
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Andre Polykanine also known as Menelion Elensúlë", | ||
"name": "André Polykanine also known as Menelion Elensúlë", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/Menelion", | ||
"role": "developer" | ||
|
@@ -51,7 +49,7 @@ | |
}, | ||
"allow-plugins": { | ||
"composer/package-versions-deprecated": true, | ||
"captainhook/plugin-composer": true | ||
"captainhook/plugin-composer": false | ||
} | ||
}, | ||
"scripts": { | ||
|
Oops, something went wrong.