Skip to content

Commit

Permalink
Merge pull request #955 from sweptsquash/main
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
freekmurze authored Dec 16, 2024
2 parents 28e8ced + 719a95d commit 3a291c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: composer require "illuminate/support:8.*" --no-interaction --no-update
if: matrix.php == '8.2' && matrix.dependency-version == 'prefer-lowest'

- name: Configure for PHP 8.4
run: composer require "rector/rector:2.*" --no-interaction --no-update
if: matrix.php == '8.4' && matrix.dependency-version == 'prefer-lowest'

- name: Install dependencies
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ext-curl": "*",
"ext-json": "*",
"ramsey/uuid": "^3.0 || ^4.1",
"spatie/backtrace": "^1.1",
"spatie/backtrace": "^1.7.1",
"spatie/macroable": "^1.0 || ^2.0",
"symfony/stopwatch": "^4.2 || ^5.1 || ^6.0 || ^7.0",
"symfony/var-dumper": "^4.2 || ^5.1 || ^6.0 || ^7.0.3"
Expand All @@ -39,9 +39,9 @@
"illuminate/support": "^7.20 || ^8.18 || ^9.0 || ^10.0 || ^11.0",
"nesbot/carbon": "^2.63",
"pestphp/pest": "^1.22",
"phpstan/phpstan": "^1.10.57 || ^2.0.2",
"phpstan/phpstan": "^1.10.57 || ^2.0.3",
"phpunit/phpunit": "^9.5",
"rector/rector": "dev-main",
"rector/rector": "^0.19.2 || ^1.0.1 || ^2.0.0",
"spatie/phpunit-snapshot-assertions": "^4.2",
"spatie/test-time": "^1.2"
},
Expand Down

0 comments on commit 3a291c0

Please sign in to comment.