Skip to content

Commit

Permalink
update for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy committed Feb 27, 2023
1 parent c3c2399 commit cd6527d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2020 jeremykenedy
Copyright (c) 2018-2023 jeremykenedy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Table of contents:
| Locked Page |

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

### Installation Instructions
1. From your projects root folder in terminal run:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}
],
"require": {
"php": "^7.3|^8.0",
"laravel/framework": "6.*|7.*|8.*|9.*"
"php": "^7.3|^8.0|^8.1|^8.2",
"laravel/framework": "6.*|7.*|8.*|9.*|10.*"
},
"require-dev": {
"illuminate/support": "^8.5",
Expand Down

0 comments on commit cd6527d

Please sign in to comment.