Skip to content

Commit 7840c92

Browse files
Merge pull request #25 from faustbrian/master
support laravel 8
2 parents e50cc66 + 05bff1b commit 7840c92

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-tests.yml

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

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"php": "^7.4",
2020
"illuminate/session": "^5.8|^6.0|^7.0|^8.0"
2121
},
22-
"require-dev": [],
2322
"autoload": {
2423
"psr-4": {
2524
"Spatie\\Flash\\": "src"

0 commit comments

Comments
 (0)