Skip to content

Commit af6a44b

Browse files
authored
Merge pull request #26 from wanghanlin/patch-1
Update composer.json
2 parents 9aa8eb1 + 060d94d commit af6a44b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
],
3434
"require": {
3535
"php": ">=5.6.4",
36-
"illuminate/events": "5.3.* || 5.4.*",
37-
"illuminate/notifications": "5.3.* || 5.4.*",
38-
"illuminate/queue": "5.3.* || 5.4.*",
39-
"illuminate/support": "5.3.* || 5.4.*",
36+
"illuminate/events": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
37+
"illuminate/notifications": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
38+
"illuminate/queue": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
39+
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
4040
"pusher/pusher-php-server": "2.6.*"
4141
},
4242
"require-dev": {

0 commit comments

Comments
 (0)