Skip to content

Commit

Permalink
Merge pull request #118 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Add PHP 8.2, Drop PHP 7.4
  • Loading branch information
Ocramius committed Oct 10, 2022
2 parents cf438c7 + da22794 commit c33a4e7
Show file tree
Hide file tree
Showing 17 changed files with 99 additions and 258 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"gd"
],
"ignore_php_platform_requirements": {
"8.1": true
"8.2": true
}
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -34,7 +34,7 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
Expand All @@ -46,9 +46,9 @@
"http-interop/http-factory-tests": "^0.9.0",
"laminas/laminas-coding-standard": "^2.4.0",
"php-http/psr7-integration-tests": "^1.1.1",
"phpunit/phpunit": "^9.5.23",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24.0"
"vimeo/psalm": "^4.28"
},
"provide": {
"psr/http-factory-implementation": "1.0",
Expand Down
Loading

0 comments on commit c33a4e7

Please sign in to comment.