File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : true
14
14
matrix :
15
15
os : [ ubuntu-latest, windows-latest ]
16
- php : [ 8.2, 8.3 ]
17
- laravel : [ 11.* ]
16
+ php : [ 8.2, 8.3, 8.4 ]
17
+ laravel : [ 11.*, 12.* ]
18
18
testbench : [ 9.* ]
19
19
carbon : [ 3.* ]
20
20
stability : [ prefer-lowest, prefer-stable ]
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ v5.x of this package requires the following dependencies:
55
55
You can install the package via composer:
56
56
57
57
``` bash
58
- composer require coolsam/modules:^4
58
+ composer require coolsam/modules
59
59
```
60
60
61
61
This will automatically install ` nwidart/laravel-modules: ^11 ` (for Laravel 11) or ` nwidart/laravel-modules: ^12 ` (for
Original file line number Diff line number Diff line change 1
1
includes:
2
2
- phpstan-baseline.neon
3
+ - vendor/nunomad/phpstan-filament/extension.neon
3
4
4
5
parameters:
6
+ larastan:
7
+ analyze:
8
+ - src
5
9
level: 4
6
10
paths:
7
11
- src
You can’t perform that action at this time.
0 commit comments