Skip to content

Commit 6b15e42

Browse files
committed
Updating php-cs-fixer and fix php environments.
1 parent f1bd440 commit 6b15e42

File tree

5 files changed

+374
-149
lines changed

5 files changed

+374
-149
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
},
2323
"require": {
2424
"php": ">=5.6",
25-
"friendsofphp/php-cs-fixer": "^1.11",
25+
"friendsofphp/php-cs-fixer": "^2.1",
2626
"mockery/mockery": "~0.9",
2727
"phpunit/phpunit-mock-objects": "~3.0",
2828
"phpunit/phpunit": "~5.0",
29-
"phpunit/php-code-coverage": "~3.0|~4.0",
29+
"phpunit/php-code-coverage": "~4.0",
3030
"mybuilder/phpunit-accelerator": "^1.1",
31-
"squizlabs/php_codesniffer": "~2.3",
32-
"phpmd/phpmd": "~2.2",
31+
"squizlabs/php_codesniffer": "~2.8",
32+
"phpmd/phpmd": "~2.6",
3333
"symfony/dependency-injection": "~2.7|~3.0",
3434
"symfony/config": "~2.7|~3.0",
3535
"symfony/yaml": "~2.7|~3.0",
36-
"fiunchinho/phpunit-randomizer": "~2.0",
37-
"seld/jsonlint": "1.3.*",
36+
"fiunchinho/phpunit-randomizer": "~3.0",
37+
"seld/jsonlint": "~1.5",
3838
"bruli/ignore-files": "~1.0",
39-
"beberlei/assert": "^2.5",
39+
"beberlei/assert": "~2.7",
4040
"bruli/php-value-objects": "~0.1",
4141
"bruli/event-bus-bundle": "~0.2"
4242
},

0 commit comments

Comments
 (0)