Skip to content

Commit

Permalink
Update to PHPUnit 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Apr 30, 2019
1 parent 429b682 commit d46a200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ return PhpCsFixer\Config::create()

// 2019 style updates with cs-fixer 2.14, all above are in sync with kernel
'@PHPUnit57Migration:risky' => true,
'@PHPUnit60Migration:risky' => true,
'array_syntax' => ['syntax' => 'short'],
'static_lambda' => true,
])
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ezsystems/ezplatform-richtext": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27",
"matthiasnoback/symfony-dependency-injection-test": "^1.2.0",
"phpunit/phpunit": "^6.5.9",
"matthiasnoback/symfony-dependency-injection-test": "^2.3.1",
"ezsystems/ezplatform-solr-search-engine": "^1.5.7",
"friendsofphp/php-cs-fixer": "v2.14.2"
},
Expand Down

0 comments on commit d46a200

Please sign in to comment.