Skip to content

Commit

Permalink
Add support for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Aug 5, 2022
1 parent bef0bc4 commit d588a5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.3.0 (2022-08-05)
------------------

- Add support for Laravel 9


1.2.0 (2022-01-11)
------------------

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/database": "^8.0 || ^9.0",
"doctrine/dbal": "^2.13|^3.1"
},
"autoload": {
Expand Down

0 comments on commit d588a5b

Please sign in to comment.