Skip to content

Commit

Permalink
Loosen composer constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
fsavina committed Aug 23, 2018
1 parent 2b78692 commit 9e55565
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"api"
],
"require":{
"illuminate/contracts":"5.5.*",
"illuminate/http":"5.5.*",
"illuminate/routing":"5.5.*",
"illuminate/support":"5.5.*",
"calcinai/strut":"^0.2.4",
"illuminate/contracts":"^5.5",
"illuminate/http":"^5.5",
"illuminate/routing":"^5.5",
"illuminate/support":"^5.5",
"calcinai/strut":"^0.2",
"swagger-api/swagger-ui":"^3.9"
},
"require-dev":{
Expand Down

0 comments on commit 9e55565

Please sign in to comment.