Skip to content

Commit 1262fba

Browse files
authored
build: Fix the PHP-CS-Fixer dependency (#111)
Remove the PHAR accidentally committed in #103 and introduce the PHP-CS-Fixer shim instead.
1 parent 50be7b6 commit 1262fba

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"phpspec/prophecy": "^1.14.0",
4848
"phpspec/prophecy-phpunit": "^2.0",
4949
"monolog/monolog": "^3.5",
50-
"symfony/runtime": "*"
50+
"symfony/runtime": "*",
51+
"php-cs-fixer/shim": "^3.94"
5152
},
5253

5354
"extra": {

php-cs-fixer.phar

-3.34 MB
Binary file not shown.

0 commit comments

Comments
 (0)