Skip to content

Commit

Permalink
Merge pull request #19 from rogervila/php-82-support
Browse files Browse the repository at this point in the history
PHP 8.2 Support, drop PHP 7 support
  • Loading branch information
Ocramius authored Dec 9, 2022
2 parents 6839913 + 3dfdc64 commit 4ef664a
Show file tree
Hide file tree
Showing 8 changed files with 691 additions and 775 deletions.
26 changes: 16 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,31 @@
"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": {
"laminas": {
"module": "Laminas\\ApiTools\\Configuration"
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-config": "^2.6 || ^3.0",
"laminas/laminas-modulemanager": "^2.7.1",
"laminas/laminas-stdlib": "^2.7.7 || ^3.0.1"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-config": "^3.8",
"laminas/laminas-modulemanager": "^2.14",
"laminas/laminas-stdlib": "^3.16.1"
},
"require-dev": {
"container-interop/container-interop": "^1.1",
"laminas/laminas-coding-standard": "~2.2.0",
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.13.0",
"vimeo/psalm": "^4.2"
"container-interop/container-interop": "^1.2.0",
"laminas/laminas-coding-standard": "^2.4.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4ef664a

Please sign in to comment.