Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to php 8.3 and remove php 8.0 as a dependency. #25

Open
wants to merge 11 commits into
base: 1.7.x
Choose a base branch
from
24 changes: 10 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
samsonasik marked this conversation as resolved.
Show resolved Hide resolved
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
Expand All @@ -33,21 +30,20 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1",
"laminas/laminas-http": "^2.15.1",
"laminas/laminas-json": "^2.6.1 || ^3.0",
"laminas/laminas-mvc": "^2.7.15 || ^3.0.4",
"laminas/laminas-view": "^2.8.1",
"laminas/laminas-zendframework-bridge": "^1.0"
"laminas/laminas-eventmanager": "^3.12",
"laminas/laminas-http": "^2.19",
"laminas/laminas-json": "^3.6",
"laminas/laminas-mvc": "^3.7",
"laminas/laminas-view": "^2.32"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-coding-standard": "~2.5.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
"phpunit/phpunit": "^10",
"psalm/plugin-phpunit": "^0.18",
"vimeo/psalm": "^5"
},
"autoload": {
"psr-4": {
Expand Down
Loading
Loading