Skip to content

Commit 590d99d

Browse files
committed
chore: bump dependencies to be compatible with PHP 8.2
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 9d994d3 commit 590d99d

5 files changed

Lines changed: 261 additions & 156 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
},
3131
"require": {
3232
"php": ">=8.1",
33-
"guzzlehttp/guzzle": "^7.9",
33+
"guzzlehttp/guzzle": "^7.10",
3434
"phpunit/phpunit": "*",
35-
"behat/behat": "^3.23",
35+
"behat/behat": "^3.29",
3636
"libresign/behat-builtin-extension": "^0.6.3",
3737
"estahn/json-query-wrapper": "*"
3838
},
3939
"require-dev": {
40-
"bamarni/composer-bin-plugin": "^1.8",
41-
"donatj/mock-webserver": "^2.8"
40+
"bamarni/composer-bin-plugin": "^1.9",
41+
"donatj/mock-webserver": "^2.9"
4242
},
4343
"config": {
4444
"allow-plugins": {
4545
"bamarni/composer-bin-plugin": true
4646
},
4747
"optimize-autoloader": true,
4848
"platform": {
49-
"php": "8.1"
49+
"php": "8.2"
5050
}
5151
},
5252
"extra": {

vendor-bin/coding-standard/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"config": {
3+
"platform": {
4+
"php": "8.2"
5+
},
6+
"sort-packages": true
7+
},
28
"require-dev": {
39
"nextcloud/coding-standard": "1.1.0"
410
}

vendor-bin/coding-standard/composer.lock

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

vendor-bin/psalm/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"config": {
33
"platform": {
4-
"php": "8.1.17"
4+
"php": "8.2.27"
55
},
66
"sort-packages": true
77
},
88
"require-dev": {
99
"vimeo/psalm": "^6.5.0"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)