Skip to content

Commit 47ab93c

Browse files
committed
Fix php-cs-fixer requirement
1 parent 5d510ae commit 47ab93c

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
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"phpspec/phpspec": "^2.0",
2828
"henrikbjorn/phpspec-code-coverage": "^2.0",
29-
"friendsofphp/php-cs-fixer": "^1.12",
29+
"friendsofphp/php-cs-fixer": "v1.12.0",
3030
"satooshi/php-coveralls": "^1.0"
3131
},
3232
"extra": {

0 commit comments

Comments
 (0)