Skip to content

Commit

Permalink
Added support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Feb 20, 2023
1 parent 833742a commit 6e0cf34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

4.2.0 (2023-02-20)
------------------

- Added support for Laravel 10


4.1.3 (2022-08-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license" : "MIT",
"require" : {
"php": "^8.0",
"illuminate/support": "^8.0 || ^9.0"
"illuminate/support": "^8.0 || ^9.0 || ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6e0cf34

Please sign in to comment.