Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 4e32047

Browse files
authored
Add Laravel 8 compatibility
1 parent 9467dd8 commit 4e32047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"php": ">=7.1",
1313
"fabpot/goutte": "^3.2",
1414
"psr/log": "^1.0",
15-
"illuminate/database": "^5.8 || ^6.0 || ^7.0",
16-
"illuminate/events": "^5.8 || ^6.0 || ^7.0",
15+
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0",
16+
"illuminate/events": "^5.8 || ^6.0 || ^7.0 || ^8.0",
1717
"ext-dom": "*"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)