Skip to content

Commit

Permalink
Bump PHPCompatibility to current dev version
Browse files Browse the repository at this point in the history
We are 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 it's not nice to use a dev version, let's stick to
current one (dev-develop#2fb82334) and see how things go.
  • Loading branch information
stronk7 committed Jan 12, 2023
1 parent 805a077 commit b9e5df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"squizlabs/php_codesniffer": "^3.6",
"phpcompatibility/php-compatibility": "^9.3"
"squizlabs/php_codesniffer": "^3.7.1",
"phpcompatibility/php-compatibility": "dev-develop#2fb82334"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit b9e5df2

Please sign in to comment.