Skip to content

Commit 2370443

Browse files
Merge pull request #39 from softquantum/master
fix the dependency with illuminate/events 5.6.*
2 parents 062e53d + 11c4706 commit 2370443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.6.4 || >= 7.0",
2020
"illuminate/database": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
21-
"illuminate/events": "5.3.* || 5.4.* || 5.5.* || 5.6",
21+
"illuminate/events": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
2222
"ramsey/uuid": "~3.6"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)