Skip to content

Commit 0e5fd35

Browse files
committed
Bump minimum PHPUnit and CS Fixer required version
1 parent dbb1318 commit 0e5fd35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"symfony/yaml": "^3.0||^4.0"
3232
},
3333
"require-dev": {
34-
"friendsofphp/php-cs-fixer": "^2.5",
34+
"friendsofphp/php-cs-fixer": "^2.8",
3535
"phpstan/phpstan": "^0.9.1",
3636
"phpstan/phpstan-phpunit": "^0.9.1",
37-
"phpunit/phpunit": "^6.0",
37+
"phpunit/phpunit": "^6.5",
3838
"scrutinizer/ocular": "^1.4",
3939
"symfony/expression-language": "^3.0||^4.0"
4040
},

0 commit comments

Comments
 (0)