Skip to content

Commit

Permalink
Merge pull request #114 from fezfez/php8.3
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, Allow PHP 8.3, migrate to PHPUnit 10
  • Loading branch information
gsteel authored Nov 2, 2023
2 parents 97930db + b62151f commit 96bcaa4
Show file tree
Hide file tree
Showing 24 changed files with 647 additions and 755 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.2": true
"8.3": true
}
}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.0.0",
"psr/container": "^1.0 || ^2.0",
"symfony/console": "^5.3.7 || ^6.0",
Expand All @@ -37,12 +37,12 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-mvc": "^3.6",
"laminas/laminas-servicemanager": "^3.20",
"laminas/laminas-mvc": "^3.6.1",
"laminas/laminas-servicemanager": "^3.22.1",
"mikey179/vfsstream": "2.0.x-dev",
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.6"
"vimeo/psalm": "^5.15"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 96bcaa4

Please sign in to comment.