Skip to content

Commit aaf2971

Browse files
committed
Correct bug in composer
1 parent aed9e91 commit aaf2971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=5.3.3"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~4.3"
18+
"phpunit/phpunit": "~4.3",
1919
"fabpot/php-cs-fixer": "~1.7"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)