Skip to content

Commit 0235d52

Browse files
committed
Make php-cs-fixer installable on php 8
1 parent 1226923 commit 0235d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"icecave/parity": "1.0.0"
3333
},
3434
"require-dev": {
35-
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
35+
"friendsofphp/php-cs-fixer": "~2.2.20 || ^2.15.1",
3636
"json-schema/json-schema-test-suite": "1.2.0",
3737
"phpunit/phpunit": "^4.8.35"
3838
},

0 commit comments

Comments
 (0)