Skip to content

Commit

Permalink
Merge pull request #78 from Xerkus/feature/drop-php-80
Browse files Browse the repository at this point in the history
Drop php 8.0
  • Loading branch information
Xerkus authored Dec 12, 2023
2 parents a73a087 + 742d970 commit 35d800d
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 597 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -33,7 +33,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"enlightn/security-checker": "^1.10"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 35d800d

Please sign in to comment.