Skip to content

Commit

Permalink
Merge pull request #50 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 authored Oct 16, 2022
2 parents bba7bc6 + 261eb48 commit c5c1c78
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 165 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"composer-plugin-api": ">=1.1.0 <2.3.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit c5c1c78

Please sign in to comment.