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 9212a00 commit f305cabCopy full SHA for f305cab
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
php-version: ['8.0', '8.1']
9
- laravel-version: ['^9']
+ laravel-version: ['^8', '^9']
10
steps:
11
- name: Setup PHP
12
uses: shivammathur/setup-php@v2
composer.json
@@ -19,9 +19,9 @@
19
],
20
"require": {
21
"php": "^8.0.2",
22
- "illuminate/contracts": "^9.0",
23
- "illuminate/http": "^9.0",
24
- "illuminate/support": "^9.0"
+ "illuminate/contracts": "^8.0|^9.0",
+ "illuminate/http": "^8.0|^9.0",
+ "illuminate/support": "^8.0|^9.0"
25
},
26
"require-dev": {
27
"orchestra/testbench": "^7.0",
0 commit comments