Skip to content

Commit

Permalink
Merge pull request #124 from mickacz/master
Browse files Browse the repository at this point in the history
Add support for Laravel 9.x
  • Loading branch information
larsjanssen6 committed Apr 1, 2022
2 parents 7d72255 + 647fb6d commit 99281c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This Laravel package makes it possible to set your website in "Under Constructio

## Installation

Begin by installing this package through Composer (Laravel 6, 7 and 8 compatible!).
Begin by installing this package through Composer (Laravel 6, 7, 8 and 9 compatible!).

```bash
composer require larsjanssen6/underconstruction
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^6.18|^7.0|^8.0"
"illuminate/support": "^6.18|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0|^4.0",
"orchestra/testbench": "~3.8.0|^4.0|^7.0",
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.3",
"symfony/thanks": "^1.0"
Expand Down

0 comments on commit 99281c9

Please sign in to comment.