Skip to content

Commit 6e99816

Browse files
authored
Merge pull request #25 from rdesorme/feat/laravel-11
2 parents 251974c + 1c3bac3 commit 6e99816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Table of contents:
3939
| Locked Page |
4040

4141
### Requirements
42-
* [Laravel 5.3, 5.4, 5.5+ ,6+, 7+, 8+, 9+, and 10+](https://laravel.com/docs/installation)
42+
* [Laravel 5.3, 5.4, 5.5+ ,6+, 7+, 8+, 9+, 10+, and 11+](https://laravel.com/docs/installation)
4343

4444
### Installation Instructions
4545
1. From your projects root folder in terminal run:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^7.3|^8.0|^8.1|^8.2",
19-
"laravel/framework": "6.*|7.*|8.*|9.*|10.*"
19+
"laravel/framework": "6.*|7.*|8.*|9.*|10.*|11.*"
2020
},
2121
"require-dev": {
2222
"illuminate/support": "^8.5",

0 commit comments

Comments
 (0)