Skip to content

Commit ae40670

Browse files
committed
Initial yaml fixer version
1 parent 5a7a1cc commit ae40670

File tree

10 files changed

+692
-123
lines changed

10 files changed

+692
-123
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.4",
14-
"fabpot/php-cs-fixer": "^1.10"
14+
"fabpot/php-cs-fixer": "^1.10",
15+
"symfony/yaml": "~2.7"
1516
},
1617
"require-dev": {
1718
"phpunit/phpunit": "^4.8"

0 commit comments

Comments
 (0)