Skip to content

Commit 2c038c5

Browse files
committed
Updated to support Laravel 5.4
1 parent 14c24e5 commit 2c038c5

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
@@ -14,10 +14,10 @@
1414
"require": {
1515
"php": ">=5.5.9",
1616
"twilio/sdk": "^4.11",
17-
"illuminate/notifications": "5.1.*|5.2.*|5.3.*",
18-
"illuminate/support": "5.1.*|5.2.*|5.3.*",
19-
"illuminate/events": "5.1.*|5.2.*|5.3.*",
20-
"illuminate/queue": "5.1.*|5.2.*|5.3.*"
17+
"illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*",
18+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
19+
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*",
20+
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)