mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 21:42:23 -05:00
28 lines
793 B
JSON
28 lines
793 B
JSON
{
|
|
"config" : {
|
|
"platform": {
|
|
"php": "7.4"
|
|
},
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true
|
|
}
|
|
},
|
|
"require": {
|
|
"behat/behat": "^3.13",
|
|
"behat/gherkin": "^4.9",
|
|
"behat/mink": "1.7.1",
|
|
"friends-of-behat/mink-extension": "^2.7",
|
|
"ciaranmcnulty/behat-stepthroughextension" : "dev-master",
|
|
"rdx/behat-variables": "^1.2",
|
|
"sensiolabs/behat-page-object-extension": "^2.3",
|
|
"symfony/translation": "^5.4",
|
|
"sabre/xml": "^2.2",
|
|
"guzzlehttp/guzzle": "^7.7",
|
|
"phpunit/phpunit": "^9.6",
|
|
"laminas/laminas-ldap": "^2.15",
|
|
"ankitpokhrel/tus-php": "^2.3",
|
|
"wapmorgan/unified-archive": "^1.1.10",
|
|
"helmich/phpunit-json-assert": "^3.4"
|
|
}
|
|
}
|