Skip to content

Commit 02c9315

Browse files
committed
laravel dashboard v2 and laravel 8 support
1 parent cb9366a commit 02c9315

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
1212
php: [7.4]
13-
laravel: [8.*]
13+
laravel: [8.*, 7.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 8.*
1717
testbench: 6.*
18+
- laravel: 7.*
19+
testbench: 5.*
1820

1921
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2022

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
],
2020
"require": {
2121
"php": "^7.4",
22-
"illuminate/console": "^8.0",
23-
"illuminate/pagination": "^8.0",
24-
"illuminate/support": "^8.0",
25-
"spatie/laravel-dashboard": "^2.0",
22+
"illuminate/console": "^7.24|^8.0",
23+
"illuminate/pagination": "^7.24|^8.0",
24+
"illuminate/support": "^7.24|^8.0",
25+
"spatie/laravel-dashboard": "^1.0|^2.0",
2626
"stripe/stripe-php": "^7.46"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)