Skip to content

Commit d030e2f

Browse files
Merge pull request #6 from insenseanalytics/support_Laravel6to8
Add support for Laravel 6 to 8
2 parents 272da41 + 4ec6958 commit d030e2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"minimum-stability": "dev",
1818
"require": {
19-
"illuminate/support": "^5.5",
20-
"illuminate/database": "^5.5",
21-
"laravel/telescope": "^0.1.6|^1.0"
19+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
20+
"illuminate/database": "^5.5|^6.0|^7.0|^8.0",
21+
"laravel/telescope": "^0.1.6|^1.0|^2.0|^3.0|^4.0"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -33,4 +33,4 @@
3333
}
3434
},
3535
"prefer-stable": true
36-
}
36+
}

0 commit comments

Comments
 (0)