diff options
author | Mario <mario@mariovavti.com> | 2019-04-25 11:22:21 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-04-25 11:22:21 +0200 |
commit | a39e63e3248f443300d4fe4a71bdcdc7ecb64c28 (patch) | |
tree | 46fbfffc065073141d63c2f1540fe8362f62594a /composer.json | |
parent | 8401e9c2b4bca3bf19eb7590f827b7169f4647d9 (diff) | |
download | volse-hubzilla-a39e63e3248f443300d4fe4a71bdcdc7ecb64c28.tar.gz volse-hubzilla-a39e63e3248f443300d4fe4a71bdcdc7ecb64c28.tar.bz2 volse-hubzilla-a39e63e3248f443300d4fe4a71bdcdc7ecb64c28.zip |
Revert "dbunit does not work wirh phpunit v 8.1.3 - try 7.5.9"
This reverts commit 8401e9c2b4bca3bf19eb7590f827b7169f4647d9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index c79a72a4c..cb14083f0 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "desandro/imagesloaded": "^4.1" }, "require-dev" : { - "phpunit/phpunit" : "~7.5.9", + "phpunit/phpunit" : "@stable", "behat/behat" : "@stable", "behat/mink-extension": "@stable", "behat/mink-goutte-driver": "@stable", |