Skip to content

Commit

Permalink
Merge pull request #22 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
gsteel authored Nov 16, 2022
2 parents 96902ac + d41e7fa commit fadfd56
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 310 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{
}
"ignore_php_platform_requirements": {
"8.2": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-json": "*",
"symfony/console": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
Expand Down
Loading

0 comments on commit fadfd56

Please sign in to comment.