Skip to content

Commit

Permalink
Merge pull request #46 from gsteel/drop-php-8.0
Browse files Browse the repository at this point in the history
Drop support for PHP 7.4 and PHP 8.0
  • Loading branch information
Ocramius authored Apr 18, 2023
2 parents e488704 + 1151f9b commit ae74ad7
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 292 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand All @@ -29,17 +29,17 @@
"extra": {
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"ext-ctype": "*",
"ext-mbstring": "*"
},
"require-dev": {
"infection/infection": "^0.26.6",
"infection/infection": "^0.26.20",
"laminas/laminas-coding-standard": "~2.5.0",
"maglnet/composer-require-checker": "^3.8.0",
"phpunit/phpunit": "^9.5.18",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
"phpunit/phpunit": "^9.6.7",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ae74ad7

Please sign in to comment.