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 02a1884 commit eef975cCopy full SHA for eef975c
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
include:
20
- laravel: 9.*
21
testbench: 7.*
22
- - laravel: 8.*
+ - laravel: ^8.74
23
testbench: ^6.23
24
25
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
"php": "^8.0",
- "illuminate/http": "^8.0|^9.0",
+ "illuminate/http": "^8.74|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
0 commit comments