Skip to content

Commit

Permalink
Merge pull request #45 from cube43/php8.2
Browse files Browse the repository at this point in the history
Add PHP 8.2 support
  • Loading branch information
Ocramius committed Oct 22, 2022
2 parents 07f58cd + 55a83ba commit 758b96c
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 251 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
"8.2": true
}
}
22 changes: 11 additions & 11 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.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -31,21 +31,21 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-json": "*",
"laminas/laminas-stdlib": "^3.10.1"
},
"require-dev": {
"laminas/laminas-cache": "^3.1.2",
"laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-config": "^3.7.0",
"laminas/laminas-filter": "^2.13.0",
"laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-view": "^2.15.0",
"phpunit/phpunit": "^9.5.21",
"laminas/laminas-cache": "^3.6.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.1.0",
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-config": "^3.8.0",
"laminas/laminas-filter": "^2.23.0",
"laminas/laminas-servicemanager": "^3.19.0",
"laminas/laminas-view": "^2.24.0",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24.0"
"vimeo/psalm": "^4.29.0"
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component to support cache features",
Expand Down
Loading

0 comments on commit 758b96c

Please sign in to comment.