Skip to content

Commit b8afa7c

Browse files
authored
Fix whitespace
1 parent e6116b6 commit b8afa7c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require": {
13-
"php": ">=5.6.0",
14-
"illuminate/support": "4.*|5.*"
15-
},
16-
"require-dev": {
17-
"phpunit/phpunit": "5.*",
18-
"illuminate/database": "4.*|5.*",
19-
"symfony/process": "~2.3",
20-
"codeclimate/php-test-reporter": "dev-master",
21-
"phpmd/phpmd" : "@stable"
22-
},
12+
"require": {
13+
"php": ">=5.6.0",
14+
"illuminate/support": "4.*|5.*"
15+
},
16+
"require-dev": {
17+
"phpunit/phpunit": "5.*",
18+
"illuminate/database": "4.*|5.*",
19+
"symfony/process": "~2.3",
20+
"codeclimate/php-test-reporter": "dev-master",
21+
"phpmd/phpmd" : "@stable"
22+
},
2323
"autoload": {
2424
"psr-4": {
2525
"Bluora\\LaravelModelJson\\": "src/"

0 commit comments

Comments
 (0)