Skip to content

Commit 9ed5d39

Browse files
committed
Add sllh/php-cs-fixer-styleci-bridge to require-dev deps
1 parent 1d2812b commit 9ed5d39

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
1515
"illuminate/support": "~5",
1616
"php-http/httplug": "1.*"
1717
},
18+
"require-dev": {
19+
"phpunit/phpunit": "^5.1",
20+
"fabpot/php-cs-fixer": "^1.11",
21+
"sllh/php-cs-fixer-styleci-bridge": "^1.5"
22+
},
1823
"prefer-stable": true,
1924
"minimum-stability": "dev",
2025
"autoload": {
2126
"psr-4": {
2227
"Http\\Httplug\\": "src/"
2328
}
2429
},
25-
"require-dev": {
26-
"phpunit/phpunit": "^5.1",
27-
"fabpot/php-cs-fixer": "^1.11"
28-
},
2930
"scripts": {
3031
"test": "",
3132
"test-ci": ""

0 commit comments

Comments
 (0)