Skip to content

Commit

Permalink
laravel 10 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed May 27, 2023
1 parent 9e4d3bc commit 02cecee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ All notable changes to this project will be documented in this file.
## [1.1.1] - 2022-03-18
- Bug Fix.
- Tests update.
- README update.
- README update.

## [1.1.2] - 2023-05-27
- Laravl 10 support added
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": ">=7.4.0",
"illuminate/database": "^8.54",
"illuminate/database": "^8.54||^9.0||^10.0",
"touhidurabir/laravel-stub-generator": "^1.0",
"illuminate/support": "^8.54"
"illuminate/support": "^8.54||^9.0||^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 02cecee

Please sign in to comment.