Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #45 from philkra/development
Browse files Browse the repository at this point in the history
Support for Laravel 5.8
  • Loading branch information
philkra authored Mar 29, 2019
2 parents e5d93e0 + 00e9478 commit b53e03a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"license":"MIT",
"require":{
"php":">= 7.0",
"illuminate/database":"5.5.x|5.6.x|5.7.x",
"illuminate/http":"5.5.x|5.6.x|5.7.x",
"illuminate/routing":"5.5.x|5.6.x|5.7.x",
"illuminate/support":"5.5.x|5.6.x|5.7.x",
"illuminate/database":"5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/http":"5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/routing":"5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/support":"5.5.x|5.6.x|5.7.x|5.8.x",
"philkra/elastic-apm-php-agent":">=6.5.3",
"ramsey/uuid":"^3.0"
},
Expand Down

0 comments on commit b53e03a

Please sign in to comment.