Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 1098f93

Browse files
author
Thomas Rideout
committed
updated to support Laravel 5.6
1 parent 32f3f47 commit 1098f93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"require": {
1717
"php": ">=5.6.4",
18-
"illuminate/container": "5.4.*",
19-
"illuminate/contracts": "5.4.*",
20-
"illuminate/encryption": "5.4.*",
21-
"illuminate/http": "5.4.*",
22-
"illuminate/queue": "5.4.*",
23-
"illuminate/support": "5.4.*",
18+
"illuminate/container": "5.6.*",
19+
"illuminate/contracts": "5.6.*",
20+
"illuminate/encryption": "5.6.*",
21+
"illuminate/http": "5.6.*",
22+
"illuminate/queue": "5.6.*",
23+
"illuminate/support": "5.6.*",
2424
"iron-io/iron_mq": "~4.0",
2525
"jeremeamia/superclosure": "~2.0"
2626
},

0 commit comments

Comments
 (0)