We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0826414 commit 5e5f5b6Copy full SHA for 5e5f5b6
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
php: [8.2, 8.1]
17
- laravel: [10.*]
+ laravel: [10.*,11.*]
18
stability: [prefer-stable]
19
include:
20
- laravel: 10.*
composer.json
@@ -23,12 +23,8 @@
23
"spatie/laravel-package-tools": "^1.14"
24
},
25
"require-dev": {
26
- "laravel/pint": "^1.0",
27
- "nunomaduro/collision": "^6.0|^8.0",
28
- "orchestra/testbench": "^7.0|^9.0",
29
"pestphp/pest": "^1.21|^2.0",
30
- "pestphp/pest-plugin-laravel": "^1.1|^2.0",
31
- "phpunit/phpunit": "^9.5|^11.0"
+ "pestphp/pest-plugin-laravel": "^1.1|^2.0"
32
33
"autoload": {
34
"psr-4": {
0 commit comments