summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-04-24 10:45:00 +0200
committermsquare <msquare@notrademark.de>2019-04-25 17:56:06 +0200
commitc74fa7955d9392aea954c2e45ed4137fb2bebcbe (patch)
tree034c93b4b3ccc31e6cc9c27dd87f139569c10c72 /composer.json
parentb74835a0968c35ad9a0955dd8b5e2f3cf9b72a56 (diff)
phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index cd29953f..dcfa3e82 100644
--- a/composer.json
+++ b/composer.json
@@ -39,8 +39,9 @@
"twig/twig": "~2.6.0"
},
"require-dev": {
+ "dms/phpunit-arraysubset-asserts": "^0.1.0",
"filp/whoops": "^2.1",
- "phpunit/phpunit": "^6.3",
+ "phpunit/phpunit": "^8.1",
"symfony/var-dumper": "^3.3"
},
"autoload": {