Skip to content

Commit

Permalink
Merge pull request #66 from cube43/php8.2
Browse files Browse the repository at this point in the history
Add PHP 8.2 support
  • Loading branch information
Ocramius authored Oct 22, 2022
2 parents f5bc8f5 + 76cd53a commit 9881529
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 236 deletions.
3 changes: 1 addition & 2 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.0": false,
"8.1": false
"8.2": true
}
}
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-cache": "^3.0"
},
"provide": {
Expand All @@ -19,15 +19,15 @@
"laminas/laminas-cache-storage-adapter-benchmark": "^1.0",
"laminas/laminas-cache-storage-adapter-test": "^2.0 || 2.0.x-dev",
"laminas/laminas-coding-standard": "~2.4",
"laminas/laminas-serializer": "^2.13.0",
"phpunit/phpunit": "^9.5.24",
"laminas/laminas-serializer": "^2.14.0",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.27.0"
"vimeo/psalm": "^4.29.0"
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
Loading

0 comments on commit 9881529

Please sign in to comment.