Skip to content

Commit

Permalink
Merge pull request #34 from ItinerisLtd/php-8
Browse files Browse the repository at this point in the history
php 8
  • Loading branch information
codepuncher committed Sep 1, 2022
2 parents 621dbe7 + 39f081f commit bcff774
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"dealerdirect/phpcodesniffer-composer-installer": ">=0.7.0",
"wp-coding-standards/wpcs": "^2.3"
},
Expand All @@ -36,7 +36,10 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
Expand Down
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 bcff774

Please sign in to comment.