Skip to content

Commit

Permalink
Merge pull request #54 from WyriHaximus/raise-minimum-php-version-to-8.2
Browse files Browse the repository at this point in the history
Raise minimum PHP version to 8.2
  • Loading branch information
WyriHaximus authored Nov 11, 2024
2 parents fc64a89 + 903df6e commit 01a10da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "WyriHaximus Coding Standard",
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"doctrine/coding-standard": "^12.0.0",
"slevomat/coding-standard": "^8.11.1",
"squizlabs/php_codesniffer": "^3.7.2"
},
"config": {
"platform": {
"php": "8.1.13"
"php": "8.2.13"
},
"sort-packages": true,
"allow-plugins": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

0 comments on commit 01a10da

Please sign in to comment.