Skip to content

Commit b41539c

Browse files
committed
⬆️ Upgrade PHP_CodeSniffer to 3.x, replaced frenck/php-compatibility with wimg/php-compatibility.
1 parent 9560013 commit b41539c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.0",
3333
"deployer/deployer": "^4.0.0",
3434
"deployer/recipes": "^4.0.0",
35-
"frenck/php-compatibility": "^7.0.0",
35+
"wimg/php-compatibility": "^8.0.0",
3636
"friendsofphp/php-cs-fixer": "^2.0.0",
3737
"hirak/prestissimo": "^0.3",
3838
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
@@ -50,7 +50,7 @@
5050
"seld/jsonlint": "^1.4.0",
5151
"sensiolabs/security-checker": "^4.0",
5252
"sllh/composer-versions-check": "^2.0.0",
53-
"squizlabs/php_codesniffer": "^2.5"
53+
"squizlabs/php_codesniffer": "^3.0.2"
5454
},
5555
"suggest": {
5656
"apigen/apigen": "Smart and Readable Documentation for your PHP project.",

0 commit comments

Comments
 (0)