Skip to content

Commit

Permalink
Update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophvh committed Apr 5, 2019
1 parent 53dc2f3 commit c3db5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"php": "^7.1",
"dompdf/dompdf": "^0.8.2",
"erusev/parsedown": "^1.6",
"illuminate/http": "~5.5.0 | ~5.6.0",
"illuminate/support": "~5.5.0 | ~5.6.0"
"illuminate/http": "^5.5",
"illuminate/support": "^5.5"
},
"require-dev": {
"phpunit/phpunit": "^6.5|^7.0",
Expand Down

0 comments on commit c3db5ee

Please sign in to comment.