mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-12 13:49:13 -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>
23 lines
401 B
JSON
23 lines
401 B
JSON
{
|
|
"name": "opencloud-eu/opencloud",
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.4"
|
|
},
|
|
"vendor-dir": "./vendor-php",
|
|
"allow-plugins": {
|
|
"bamarni/composer-bin-plugin": true
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"ext-simplexml": "*",
|
|
"bamarni/composer-bin-plugin": "^1.9"
|
|
},
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": false,
|
|
"forward-command": false
|
|
}
|
|
}
|
|
}
|