mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-13 22:29:01 -04:00
* test: update php dependencies Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use custom tus client Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style and commands Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use doctrine coding standard Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: convert headers value to string Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: initialize phpunit config Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix tus upload Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
16 lines
418 B
JSON
16 lines
418 B
JSON
{
|
|
"require": {
|
|
"behat/behat": "^3.32",
|
|
"behat/gherkin": "^4.17",
|
|
"ciaranmcnulty/behat-stepthroughextension": "dev-master",
|
|
"rdx/behat-variables": "^1.2",
|
|
"sabre/xml": "^4.1",
|
|
"guzzlehttp/guzzle": "^8.0",
|
|
"phpunit/phpunit": "^13.3",
|
|
"laminas/laminas-ldap": "^2.20",
|
|
"swaggest/json-schema": "^0.12",
|
|
"splitbrain/php-archive": "^1.5",
|
|
"symfony/http-foundation": "^8.1"
|
|
}
|
|
}
|