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

Commit

Permalink
Updated composer.json requirements for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Rideout committed Sep 4, 2018
1 parent fd08f15 commit 046cf0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
"illuminate/encryption": "5.6.*",
"illuminate/http": "5.6.*",
"illuminate/queue": "5.6.*",
"illuminate/support": "5.6.*",
"illuminate/container": "5.7.*",
"illuminate/contracts": "5.7.*",
"illuminate/encryption": "5.7.*",
"illuminate/http": "5.7.*",
"illuminate/queue": "5.7.*",
"illuminate/support": "5.7.*",
"iron-io/iron_mq": "~4.0",
"jeremeamia/superclosure": "~2.0"
},
Expand Down

0 comments on commit 046cf0b

Please sign in to comment.