Skip to content

Commit

Permalink
Merge pull request #27 from fezfez/php8.2
Browse files Browse the repository at this point in the history
Drop support php 7, add php 8.2 support
  • Loading branch information
Ocramius committed Oct 16, 2022
2 parents 4dec88d + ed400af commit 4e1d53b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 224 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -19,15 +19,15 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
Expand Down

0 comments on commit 4e1d53b

Please sign in to comment.