Files
opencloud/vendor-bin/behat/composer.json
2023-02-28 15:13:36 +05:45

28 lines
791 B
JSON

{
"config" : {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"require": {
"behat/behat": "^3.9",
"behat/gherkin": "^4.9",
"behat/mink": "1.7.1",
"friends-of-behat/mink-extension": "^2.5",
"ciaranmcnulty/behat-stepthroughextension" : "dev-master",
"rdx/behat-variables": "^1.2",
"sensiolabs/behat-page-object-extension": "^2.3",
"symfony/translation": "^4.4",
"sabre/xml": "^2.2",
"guzzlehttp/guzzle": "^7.4",
"phpunit/phpunit": "^9.5",
"laminas/laminas-ldap": "^2.10",
"ankitpokhrel/tus-php": "^2.1",
"wapmorgan/unified-archive": "^1.1.3",
"helmich/phpunit-json-assert": "^3.4"
}
}