Skip to content

Commit 9fca0db

Browse files
authored
5.x - Docs and Tests Fixes (#136)
* [Docs: Correct the installation command version](a77800c) * [Tests: added L12 and php 8.4](e7b56db)
2 parents 5a4096e + e7b56db commit 9fca0db

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
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.* ]
1818
testbench: [ 9.* ]
1919
carbon: [ 3.* ]
2020
stability: [ prefer-lowest, prefer-stable ]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ v5.x of this package requires the following dependencies:
5555
You can install the package via composer:
5656

5757
```bash
58-
composer require coolsam/modules:^4
58+
composer require coolsam/modules
5959
```
6060

6161
This will automatically install `nwidart/laravel-modules: ^11` (for Laravel 11) or `nwidart/laravel-modules: ^12` (for

phpstan.neon.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
includes:
22
- phpstan-baseline.neon
3+
- vendor/nunomad/phpstan-filament/extension.neon
34

45
parameters:
6+
larastan:
7+
analyze:
8+
- src
59
level: 4
610
paths:
711
- src

0 commit comments

Comments
 (0)