Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fsavina authored Mar 7, 2020
1 parent 61fee88 commit a71e9d9
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 @@ -18,11 +18,11 @@
"require": {
"php": ">=7.1",
"ext-json": "*",
"illuminate/contracts": "^5.5|^6.0",
"illuminate/filesystem": "^5.5|^6.0",
"illuminate/http": "^5.5|^6.0",
"illuminate/routing": "^5.5|^6.0",
"illuminate/support": "^5.5|^6.0",
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0",
"illuminate/http": "^5.5|^6.0|^7.0",
"illuminate/routing": "^5.5|^6.0|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"calcinai/strut": "^0.2",
"swagger-api/swagger-ui": "^3.9"
},
Expand Down

0 comments on commit a71e9d9

Please sign in to comment.