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 #65 from AlexGodbehere/master
Browse files Browse the repository at this point in the history
Laravel 6.0 Support
  • Loading branch information
philkra committed Sep 23, 2019
2 parents 1ce1c65 + 3e44712 commit a195c17
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 @@ -11,11 +11,11 @@
"description":"A package to integrate Elastic APM into Laravel",
"license":"MIT",
"require":{
"php":">= 7.0",
"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",
"php":">= 7.2",
"illuminate/database":"^6.0",
"illuminate/http":"^6.0",
"illuminate/routing":"^6.0",
"illuminate/support":"^6.0",
"philkra/elastic-apm-php-agent":">=6.5.3",
"ramsey/uuid":"^3.0"
},
Expand Down

0 comments on commit a195c17

Please sign in to comment.