Skip to content

Commit

Permalink
5.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterPhilip committed Feb 25, 2019
1 parent bb1ba2d commit ce2c15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Enhanced Laravel 5 Maintenance Mode

This package is a drop-in replacement for Laravel 5.5 - 5.7's maintenance mode. For Laravel 5.0 - 5.2, please use the
This package is a drop-in replacement for Laravel 5.5 - 5.8's maintenance mode. For Laravel 5.0 - 5.2, please use the
[1.0 branch](https://github.com/MisterPhilip/maintenance-mode/tree/1.0). For Laravel 5.3 - 5.4, support _might_ be released
on the [1.1 branch](https://github.com/MisterPhilip/maintenance-mode/tree/1.1) branch, should there be any interest /
development help. Features include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.*",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*",
"nesbot/carbon": "^1.24"
},
"autoload": {
Expand Down

0 comments on commit ce2c15f

Please sign in to comment.