Skip to content

Commit

Permalink
Drop support php 7, add php 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed Oct 16, 2022
1 parent 622d793 commit 1442718
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 541 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.1",
"phpunit/phpunit": "^9.3"
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "~9.5.25"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1442718

Please sign in to comment.