Skip to content

Commit

Permalink
dependencies updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Aug 31, 2023
1 parent c2703e3 commit b50e196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
environment:
name: CI
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: 🗄️ Provide agconnect-services.json
id: agconnect-services
Expand All @@ -24,7 +24,7 @@ jobs:

- name: 🔢 Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"ext-json": "*",
"ext-curl": "*",
"phpseclib/phpseclib": "^3.0.21",
"guzzlehttp/guzzle": "^7.7.0",
"guzzlehttp/psr7": "^2.6.0",
"guzzlehttp/guzzle": "^7.8.0",
"guzzlehttp/psr7": "^2.6.1",
"psr/http-message": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit b50e196

Please sign in to comment.