Skip to content

Commit

Permalink
Merge pull request #28 from mezzio/renovate/php
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, Add support for PHP 8.3
  • Loading branch information
gsteel committed Jan 1, 2024
2 parents 34ea1d5 + f4c4780 commit 6ed6b7f
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 305 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"sort-packages": true
},
Expand All @@ -31,7 +31,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-authentication": "^2.6.0",
"mezzio/mezzio-authentication": "^1.0",
"psr/container": "^1.0 || ^2.0",
Expand All @@ -40,9 +40,9 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
"phpunit/phpunit": "^9.6.15",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.18.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6ed6b7f

Please sign in to comment.