Skip to content

Commit

Permalink
Merge pull request #20 from willemverspyck/master
Browse files Browse the repository at this point in the history
Update abandoned packages
  • Loading branch information
PouleR authored Feb 29, 2024
2 parents 25de9cb + e6723bc commit a490613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-project-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -20,7 +20,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"php": ">=8.1",
"ext-json": "*",
"symfony/http-client": "^6|^7",
"web-token/jwt-key-mgmt": "^3.0",
"web-token/jwt-signature": "^3.0",
"web-token/jwt-signature-algorithm-ecdsa": "^3.0"
"web-token/jwt-library": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a490613

Please sign in to comment.