Skip to content

Commit d249856

Browse files
committed
dependencies updated.
1 parent b9067a2 commit d249856

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
environment:
1313
name: CI
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v5
1616

1717
- name: 🗄️ Provide agconnect-services.json
1818
id: agconnect-services

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"php": ">=8.0",
3535
"ext-json": "*",
3636
"ext-curl": "*",
37-
"phpseclib/phpseclib": "^3.0.43",
38-
"guzzlehttp/guzzle": "^7.9.2",
39-
"guzzlehttp/psr7": "^2.7.0",
37+
"phpseclib/phpseclib": "^3.0.46",
38+
"guzzlehttp/guzzle": "^7.10.0",
39+
"guzzlehttp/psr7": "^2.8.0",
4040
"psr/http-message": "^1.1"
4141
},
4242
"require-dev": {
43-
"phpunit/phpunit": "^9.6.22",
43+
"phpunit/phpunit": "^9.6.29",
4444
"phpunit/php-code-coverage": "^9.2.32",
4545
"jetbrains/phpstorm-attributes": "^1.2",
4646
"monolog/monolog": "^1.27.1"

0 commit comments

Comments
 (0)