Skip to content

Commit

Permalink
Added support for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
victorybiz committed Feb 9, 2022
1 parent 21d9a95 commit c4437a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-tel-input` will be documented in this file

## v1.2.0 - 2022-02-09

- Added support for Laravel 9

## v1.1.6 - 2021-11-12

- Added default value for `id` props.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0"
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down

0 comments on commit c4437a1

Please sign in to comment.