Skip to content

Commit

Permalink
Merge pull request #34 from WyriHaximus/drop-php-7-support
Browse files Browse the repository at this point in the history
Drop PHP 7 support
  • Loading branch information
WyriHaximus authored Mar 21, 2022
2 parents c3af51f + 73769ed commit ec3e0f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
"description": "WyriHaximus Coding Standard",
"license": "MIT",
"require": {
"php": "^8 || ^7.4",
"php": "^8",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"doctrine/coding-standard": "^9.0.0",
"slevomat/coding-standard": "^7.0.14",
"squizlabs/php_codesniffer": "^3.6.0"
},
"config": {
"platform": {
"php": "7.4.7"
"php": "8.0.12"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec3e0f9

Please sign in to comment.