Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Make Laravel 7.0 compatible (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbauer authored Mar 16, 2020
1 parent 39442da commit 885f959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": ">=5.6.0",
"illuminate/support": "^5.3 || ^6.0",
"illuminate/routing": "^5.3 || ^6.0",
"illuminate/support": "^5.3 || ^6.0 || ^7.0",
"illuminate/routing": "^5.3 || ^6.0 || ^7.0",
"jimdo/prometheus_client_php": "^0.9.0"
},
"autoload": {
Expand Down

0 comments on commit 885f959

Please sign in to comment.