Skip to content

Commit

Permalink
Merge pull request #63 from ghostwriter/feature/php-8.2-support
Browse files Browse the repository at this point in the history
Feature: Support PHP 8.2
  • Loading branch information
Ocramius authored Nov 15, 2022
2 parents 33cd142 + 146ed1f commit 8e8f8e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.0": false
"8.2": true
}
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -31,7 +31,7 @@
"class": "Laminas\\ComponentInstaller\\ComponentInstaller"
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"composer-plugin-api": "^2.0"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e8f8e7

Please sign in to comment.