Skip to content

Commit

Permalink
Merge pull request #207 from glo71317/php8.3_support
Browse files Browse the repository at this point in the history
PHP 8.3 support added
  • Loading branch information
boesing committed Oct 10, 2023
2 parents 44167f9 + eb09e53 commit b4f5470
Show file tree
Hide file tree
Showing 11 changed files with 163 additions and 180 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.1": true,
"8.2": true
"8.3": true
}
}
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rss": "https://github.com/laminas/laminas-servicemanager/releases.atom"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-stdlib": "^3.17",
"psr/container": "^1.0"
},
Expand All @@ -31,10 +31,9 @@
"laminas/laminas-code": "^4.10.0",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-container-config-test": "^0.8",
"laminas/laminas-dependency-plugin": "^2.2",
"mikey179/vfsstream": "^1.6.11",
"phpbench/phpbench": "^1.2.9",
"phpunit/phpunit": "^10.0.17",
"phpunit/phpunit": "^10.4",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.8.0"
},
Expand Down Expand Up @@ -77,8 +76,7 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true,
"laminas/laminas-dependency-plugin": true
"composer/package-versions-deprecated": true
},
"platform": {
"php": "8.1.99"
Expand Down
Loading

0 comments on commit b4f5470

Please sign in to comment.