Merge pull request #6499 from owncloud/test-dependency-update-20230612

[tests-only] [full-ci] Update PHP API test dependencies
This commit is contained in:
Phil Davis
2023-06-12 17:07:36 +05:45
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "owncloud/ocis",
"config" : {
"platform": {
"php": "7.2"
"php": "7.4"
},
"vendor-dir": "./vendor-php",
"allow-plugins": {
@@ -11,7 +11,7 @@
},
"require-dev": {
"ext-simplexml": "*",
"bamarni/composer-bin-plugin": "^1.4"
"bamarni/composer-bin-plugin": "^1.8"
},
"extra": {
"bamarni-bin": {

View File

@@ -15,13 +15,13 @@
"ciaranmcnulty/behat-stepthroughextension" : "dev-master",
"rdx/behat-variables": "^1.2",
"sensiolabs/behat-page-object-extension": "^2.3",
"symfony/translation": "^4.4",
"symfony/translation": "^5.4",
"sabre/xml": "^2.2",
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/guzzle": "^7.7",
"phpunit/phpunit": "^9.6",
"laminas/laminas-ldap": "^2.15",
"ankitpokhrel/tus-php": "^2.3",
"wapmorgan/unified-archive": "^1.1.3",
"wapmorgan/unified-archive": "^1.1.10",
"helmich/phpunit-json-assert": "^3.4"
}
}