Skip to content

Commit cd6527d

Browse files
committed
update for Laravel 10
1 parent c3c2399 commit cd6527d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2020 jeremykenedy
3+
Copyright (c) 2018-2023 jeremykenedy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
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+, and 8+](https://laravel.com/docs/installation)
42+
* [Laravel 5.3, 5.4, 5.5+ ,6+, 7+, 8+, 9+, and 10+](https://laravel.com/docs/installation)
4343

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

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.3|^8.0",
19-
"laravel/framework": "6.*|7.*|8.*|9.*"
18+
"php": "^7.3|^8.0|^8.1|^8.2",
19+
"laravel/framework": "6.*|7.*|8.*|9.*|10.*"
2020
},
2121
"require-dev": {
2222
"illuminate/support": "^8.5",

0 commit comments

Comments
 (0)