Skip to content

Commit

Permalink
feat: use php-cs-fixer/shim
Browse files Browse the repository at this point in the history
php-cs-fixer has a couple of peer dependencies. There is a chance that a php-cs-fixer dependency may conflict with our own dependencies.

php-cs-fixer/shim is php-cs-fixer as compiled phar.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed May 30, 2023
1 parent 20efa30 commit 2f08289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "^7.3|^8.0",
"friendsofphp/php-cs-fixer": "^3.9"
"php-cs-fixer/shim": "^3.17"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 2f08289

Please sign in to comment.