Fix composer.json for recent composer.
The old composer.json is not valid anymore. Make it work with current composer binaries again.
This commit is contained in:
parent
cab22f228a
commit
30d0f9888c
@ -40,13 +40,12 @@
|
|||||||
"smarty/smarty": "~3.1"
|
"smarty/smarty": "~3.1"
|
||||||
},
|
},
|
||||||
"require-dev" : {
|
"require-dev" : {
|
||||||
"php" : ">=7.0",
|
"phpunit/phpunit" : "@stable",
|
||||||
"phpunit/phpunit" : "~6.4.4",
|
|
||||||
"behat/behat" : "@stable",
|
"behat/behat" : "@stable",
|
||||||
"behat/mink-extension": "@stable",
|
"behat/mink-extension": "@stable",
|
||||||
"behat/mink-goutte-driver": "@stable",
|
"behat/mink-goutte-driver": "@stable",
|
||||||
"php-mock/php-mock-phpunit": "^2.0",
|
"php-mock/php-mock-phpunit": "@stable",
|
||||||
"phpunit/dbunit": "^3.0"
|
"phpunit/dbunit": "@stable"
|
||||||
},
|
},
|
||||||
"autoload" : {
|
"autoload" : {
|
||||||
"psr-4" : {
|
"psr-4" : {
|
||||||
|
Reference in New Issue
Block a user