Skip to content

Commit

Permalink
Merge pull request #9 from rogervila/php-82-support
Browse files Browse the repository at this point in the history
Drop PHP 7, support PHP 8.2
  • Loading branch information
Ocramius authored Feb 6, 2023
2 parents 34aac21 + 304d7e0 commit 6b05862
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 442 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,23 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-zendframework-bridge": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"vimeo/psalm": "^4.7"
"vimeo/psalm": "^4.30"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6b05862

Please sign in to comment.