Skip to content

Commit db9afa6

Browse files
committed
Remove php-cs-fixer from dependencies
1 parent 4d59cc4 commit db9afa6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"guzzlehttp/psr7": "^1.4",
2323
"phpspec/phpspec": "^3.4 || ^4.2",
2424
"phpspec/prophecy": ">=1.8",
25-
"sebastian/comparator": ">=2",
26-
"friendsofphp/php-cs-fixer": "^2.2"
25+
"sebastian/comparator": ">=2"
2726
},
2827
"suggest": {
2928
"php-http/logger-plugin": "PSR-3 Logger plugin",
@@ -41,8 +40,6 @@
4140
}
4241
},
4342
"scripts": {
44-
"cs-check": "vendor/bin/php-cs-fixer fix --dry-run",
45-
"cs-fix": "vendor/bin/php-cs-fixer fix",
4643
"test": "vendor/bin/phpspec run",
4744
"test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml"
4845
},

0 commit comments

Comments
 (0)