Skip to content

Commit 5b9f5ff

Browse files
Corrected the indentation in composer.json
This removes an extra space on line 20.
1 parent 3e4a30b commit 5b9f5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=5.3.3"
1919
},
20-
"require-dev": {
20+
"require-dev": {
2121
"phpunit/phpunit": "~4.2"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)