aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2018-05-04 21:46:08 +0200
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2018-05-09 21:07:25 +0200
commit30d0f9888c049f487769f34d2cce51560bc5925e (patch)
tree4c19845607a021077ef4ed77f66d5120a45e66bd /composer.json
parentcab22f228ac3dd78af3e2d695f9cbdc8f32a8f56 (diff)
downloadvolse-hubzilla-30d0f9888c049f487769f34d2cce51560bc5925e.tar.gz
volse-hubzilla-30d0f9888c049f487769f34d2cce51560bc5925e.tar.bz2
volse-hubzilla-30d0f9888c049f487769f34d2cce51560bc5925e.zip
Fix composer.json for recent composer.
The old composer.json is not valid anymore. Make it work with current composer binaries again.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index f89fb15b2..79b60771b 100644
--- a/composer.json
+++ b/composer.json
@@ -40,13 +40,12 @@
"smarty/smarty": "~3.1"
},
"require-dev" : {
- "php" : ">=7.0",
- "phpunit/phpunit" : "~6.4.4",
+ "phpunit/phpunit" : "@stable",
"behat/behat" : "@stable",
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
- "php-mock/php-mock-phpunit": "^2.0",
- "phpunit/dbunit": "^3.0"
+ "php-mock/php-mock-phpunit": "@stable",
+ "phpunit/dbunit": "@stable"
},
"autoload" : {
"psr-4" : {