Skip to content

Commit

Permalink
Merge pull request #7 from bethinkpl/laravel-6
Browse files Browse the repository at this point in the history
Laravel 6
  • Loading branch information
rogatty authored Feb 13, 2020
2 parents 6bb441f + 42ef863 commit 5fd968f
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.2",
"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",
"illuminate/database":"^6.0",
"illuminate/http":"^6.0",
"illuminate/routing":"^6.0",
"illuminate/support":"^6.0",
"philkra/elastic-apm-php-agent":"7.0.0-rc3",
"ramsey/uuid":"^3.0",
"psr/http-message":"^1.0",
Expand Down

0 comments on commit 5fd968f

Please sign in to comment.