Skip to content

Commit 4ec4f07

Browse files
committed
wip
1 parent 335092b commit 4ec4f07

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.5, 8.4, 8.3]
21-
laravel: [12.*, 11.*]
21+
laravel: [12.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24-
- laravel: 11.*
25-
testbench: 9.*
2624
- laravel: 12.*
2725
testbench: 10.*
2826

composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,33 @@
2020
"require": {
2121
"php": "^8.3",
2222
"ext-zip": "^1.14.0",
23-
"illuminate/console": "^11.0|^12.6",
24-
"illuminate/contracts": "^11.0|^12.6",
25-
"illuminate/events": "^11.0|^12.6",
26-
"illuminate/filesystem": "^11.0|^12.6",
27-
"illuminate/notifications": "^11.0|^12.6",
28-
"illuminate/support": "^11.0|^12.6",
23+
"illuminate/console": "^12.6",
24+
"illuminate/contracts": "^12.6",
25+
"illuminate/events": "^12.6",
26+
"illuminate/filesystem": "^12.6",
27+
"illuminate/notifications": "^12.6",
28+
"illuminate/support": "^12.6",
2929
"league/flysystem": "^3.30.2",
3030
"spatie/db-dumper": "^3.8.1",
3131
"spatie/laravel-package-tools": "^1.92.7",
32-
"spatie/laravel-signal-aware-command": "^1.2|^2.1",
32+
"spatie/laravel-signal-aware-command": "^2.1",
3333
"spatie/temporary-directory": "^2.3",
34-
"symfony/console": "^6.0|^7.3.6|^8.0",
35-
"symfony/finder": "^6.0|^7.3.5|^8.0"
34+
"symfony/console": "^7.3.6|^8.0",
35+
"symfony/finder": "^7.3.5|^8.0"
3636
},
3737
"require-dev": {
3838
"composer-runtime-api": "^2.0",
3939
"ext-pcntl": "*",
40-
"larastan/larastan": "^2.11.2|^3.0",
41-
"laravel/slack-notification-channel": "^2.5|^3.7",
42-
"league/flysystem-aws-s3-v3": "^2.0|^3.30.1",
40+
"larastan/larastan": "^3.0",
41+
"laravel/slack-notification-channel": "^3.7",
42+
"league/flysystem-aws-s3-v3": "^3.30.1",
4343
"mockery/mockery": "^1.6.12",
44-
"orchestra/testbench": "^9.15|^10.6",
44+
"orchestra/testbench": "^10.6",
4545
"pestphp/pest": "^4.1.1",
4646
"phpstan/extension-installer": "^1.4.3",
47-
"phpstan/phpstan-deprecation-rules": "^1.2.1",
48-
"phpstan/phpstan-phpunit": "^1.4.2",
49-
"rector/rector": "^1.2.10"
47+
"phpstan/phpstan-deprecation-rules": "^2.0",
48+
"phpstan/phpstan-phpunit": "^2.0",
49+
"rector/rector": "^2.0"
5050
},
5151
"autoload": {
5252
"psr-4": {

0 commit comments

Comments
 (0)