Skip to content

Commit 2f08289

Browse files
committed
feat: use php-cs-fixer/shim
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>
1 parent 20efa30 commit 2f08289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.3|^8.0",
7-
"friendsofphp/php-cs-fixer": "^3.9"
7+
"php-cs-fixer/shim": "^3.17"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)