Skip to content

Commit 5e4c3c8

Browse files
authored
Merge pull request #5529 from LibreSign/chore/bump-php-version
chore: bump php version to 8.2
2 parents 7c95d58 + 40ef20e commit 5e4c3c8

7 files changed

Lines changed: 500 additions & 500 deletions

File tree

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
"require": {
33
"behat/behat": "^3.13",
44
"phpunit/phpunit": "^10.5",
5-
"guzzlehttp/guzzle": "^7.8",
5+
"guzzlehttp/guzzle": "^7.10",
66
"jarnaiz/behat-junit-formatter": "^1.3",
7-
"php-http/guzzle7-adapter": "^1.0",
7+
"php-http/guzzle7-adapter": "^1.1",
88
"php-http/message": "^1.16",
9-
"rpkamp/mailhog-behat-extension": "^1.0"
10-
},
11-
"require-dev": {
12-
"libresign/nextcloud-behat": "^1"
9+
"rpkamp/mailhog-behat-extension": "^1.3",
10+
"libresign/nextcloud-behat": "^1.4"
1311
},
1412
"config": {
1513
"allow-plugins": {
1614
"php-http/discovery": true
1715
},
1816
"platform": {
19-
"php": "8.1"
17+
"php": "8.2"
2018
}
2119
}
2220
}

0 commit comments

Comments
 (0)