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

Commit

Permalink
Update composer to work with Laravel 5 and Laravel 6 (#10)
Browse files Browse the repository at this point in the history
Update composer to work with Laravel 5 and Laravel 6
  • Loading branch information
lucacri authored and nicja committed Oct 17, 2019
1 parent 4174a30 commit c8ef203
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",
"illuminate/routing": "^5.3",
"illuminate/support": "^5.3 || ^6.0",
"illuminate/routing": "^5.3 || ^6.0",
"jimdo/prometheus_client_php": "^0.9.0"
},
"autoload": {
Expand Down

0 comments on commit c8ef203

Please sign in to comment.