Skip to content

Commit

Permalink
Bump PHPCompatibility to current dev version (34a67f7e)
Browse files Browse the repository at this point in the history
We were using version 9.3.5 that is from December 2019. Since
then lots of new sniffs and compatibility with PHP 8.x versions
has been provided.

So, while not ideal, let's use the dev version in the mean time.

Also, unrelated, add, amend a little bit the project keywords.
  • Loading branch information
stronk7 committed Dec 6, 2023
1 parent df9e23e commit 6d22bb2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
"type": "phpcodesniffer-standard",
"description": "Moodle Coding Sniffer rules",
"keywords": [
"moodle",
"phpcs",
"standards",
"WordPress"
"coding",
"style",
"standard",
"sniff",
"codesniffer"
],
"license": "GPL-2.0-or-later",
"authors": [
Expand All @@ -22,7 +26,7 @@
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpcsstandards/php_codesniffer": "^3.7.2",
"phpcsstandards/phpcsextra": "^1.2.0",
"phpcompatibility/php-compatibility": "dev-develop#0a17f9ed"
"phpcompatibility/php-compatibility": "dev-develop#306cd263"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 6d22bb2

Please sign in to comment.