Skip to content

Commit

Permalink
Merge pull request #51 from scoutapp/add-support-laravel-7.x
Browse files Browse the repository at this point in the history
Include Laravel 7.x series in supported versions
  • Loading branch information
asgrim authored Mar 17, 2020
2 parents da86080 + d25a451 commit 67bc290
Show file tree
Hide file tree
Showing 2 changed files with 613 additions and 515 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
],
"require": {
"php": ">=7.1.0,<7.5.0",
"illuminate/contracts": "^5.5.0|^6.0",
"illuminate/http": "^5.5.0|^6.0",
"illuminate/routing": "^5.5.0|^6.0",
"illuminate/support": "^5.5.0|^6.0",
"illuminate/view": "^5.5.0|^6.0",
"illuminate/contracts": "^5.5.0|^6.0|^7.0",
"illuminate/http": "^5.5.0|^6.0|^7.0",
"illuminate/routing": "^5.5.0|^6.0|^7.0",
"illuminate/support": "^5.5.0|^6.0|^7.0",
"illuminate/view": "^5.5.0|^6.0|^7.0",
"ramsey/uuid": "^3.0",
"psr/log": "^1.0",
"scoutapp/scout-apm-php": "^4.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"laravel/framework": "^5.5.0|^6.0",
"laravel/framework": "^5.5.0|^6.0|^7.0",
"mockery/mockery": "^1.2|^1.3",
"phpunit/phpunit": "^7.5.15|^8.4",
"roave/security-advisories": "dev-master",
Expand Down
Loading

0 comments on commit 67bc290

Please sign in to comment.