Skip to content

Commit

Permalink
Laravel 7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvalerione committed Mar 4, 2020
1 parent 8a31f1b commit c5d4073
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 @@ -11,10 +11,10 @@
],
"require": {
"php": ">=7.1",
"illuminate/console": "^5.5|^6.0",
"illuminate/contracts": "^5.5|^6.0",
"illuminate/support": "^5.5|^6.0",
"inspector-apm/inspector-php": "^3.0"
"illuminate/console": "^5.5|^6.0|^7.0",
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"inspector-apm/inspector-php": "^3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c5d4073

Please sign in to comment.