We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2812b commit 9ed5d39Copy full SHA for 9ed5d39
composer.json
@@ -15,17 +15,18 @@
15
"illuminate/support": "~5",
16
"php-http/httplug": "1.*"
17
},
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
+ },
23
"prefer-stable": true,
24
"minimum-stability": "dev",
25
"autoload": {
26
"psr-4": {
27
"Http\\Httplug\\": "src/"
28
}
29
- "require-dev": {
- "phpunit/phpunit": "^5.1",
- "fabpot/php-cs-fixer": "^1.11"
- },
30
"scripts": {
31
"test": "",
32
"test-ci": ""
0 commit comments