Adjust behat composer.json for API tests to be like oC10 core

This commit is contained in:
Phil Davis
2020-11-20 10:03:04 +05:45
parent dfd6a86fe7
commit e26578b038

View File

@@ -5,10 +5,9 @@
}
},
"require": {
"behat/behat": "^3.7",
"behat/behat": "^3.8",
"behat/mink": "1.7.1",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.4",
"ciaranmcnulty/behat-stepthroughextension" : "dev-master",
"jarnaiz/behat-junit-formatter": "^1.3",
@@ -16,7 +15,7 @@
"sensiolabs/behat-page-object-extension": "^2.3",
"symfony/translation": "^4.4",
"sabre/xml": "^2.2",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/guzzle": "^7.2",
"phpunit/phpunit": "^8.5",
"laminas/laminas-ldap": "^2.10"
}