Skip to content

Commit

Permalink
Bump versions to add support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed May 17, 2020
1 parent fb6fadc commit 147b3e6
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
@@ -1,6 +1,6 @@
{
"name": "marchie/ms-application-insights-laravel",
"description": "Microsoft Azure Application Insights for Laravel 5",
"description": "Microsoft Azure Application Insights for Laravel",
"license": "MIT",
"keywords": ["Laravel", "Microsoft", "Azure", "Application Insights", "monitoring", "logging"],
"authors": [
Expand All @@ -14,9 +14,9 @@
"require": {
"php": ">=5.4.2",
"guzzlehttp/guzzle": "^6.3",
"illuminate/config": "~5.7",
"illuminate/support": "~5.7",
"laravel/framework": "~5.7",
"illuminate/config": "^5.7|~6|~7",
"illuminate/support": "^5.7|~6|~7",
"laravel/framework": "^5.7|~6|~7",
"microsoft/application-insights": "^0.4"
},
"autoload": {
Expand Down

0 comments on commit 147b3e6

Please sign in to comment.