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

Commit

Permalink
Merge pull request Superbalist#27 from alsma/patch-1
Browse files Browse the repository at this point in the history
Adding support for laravel 8
  • Loading branch information
shad0wfir3 authored Jun 23, 2021
2 parents 6e87412 + f4d1481 commit a581a2b
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 || ^7.0",
"illuminate/routing": "^5.3 || ^6.0 || ^7.0",
"illuminate/support": "^5.3 || ^6.0 || ^7.0 || ^8.0",
"illuminate/routing": "^5.3 || ^6.0 || ^7.0 || ^8.0",
"jimdo/prometheus_client_php": "^0.9.0"
},
"autoload": {
Expand Down

0 comments on commit a581a2b

Please sign in to comment.