Skip to content

Commit 3db9e21

Browse files
committed
chore(deps):update
1 parent 19bb710 commit 3db9e21

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [ 8.4, 8.3, 8.2, 8.1 ]
17-
laravel: [ 12, 11, 10 ]
17+
laravel: [ 12, 11, 10, 9 ]
1818
exclude:
1919
- php: 8.1
2020
laravel: 11
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Install dependencies
4444
run: |
45-
composer require "laravel/framework:^${{ matrix.laravel }}" --no-update
45+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:>=2.72" --dev --no-interaction --no-update
4646
composer update --prefer-dist --no-interaction --no-progress
4747
4848
- name: Execute tests

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.5",
26-
"phpstan/extension-installer": "^1.1",
26+
"phpstan/extension-installer": "^1.1|^2.0",
2727
"phpstan/phpstan-deprecation-rules": "^1.0",
28-
"phpstan/phpstan-phpunit": "^1.0",
29-
"larastan/larastan": "^2.0",
28+
"phpstan/phpstan-phpunit": "^1.0|^2.0",
29+
"larastan/larastan": "^2.0|^3.0",
3030
"orchestra/testbench": "^7.31|^8.11|^9.0|^10.0",
3131
"pestphp/pest": "^1.21|^2.0|^3.0",
32-
"pestphp/pest-plugin-laravel": "^1.4|^2.0",
32+
"pestphp/pest-plugin-laravel": "^1.4|^2.0|^3.0",
3333
"roave/security-advisories": "dev-latest"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)