Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 4c9d7e9 commit 68690f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}
Expand All @@ -45,7 +45,7 @@ jobs:
composer-${{ runner.os }}-
composer-
- name: Install dependencies
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"symfony/serializer-pack": "^1.1"
},
"require-dev": {
"rem42/php-cs-fixer-config": "^3.4",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.5"
"rem42/php-cs-fixer-config": "^4.0",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^12.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 68690f3

Please sign in to comment.