Skip to content

Commit c4437a1

Browse files
committed
Added support for Laravel 9
1 parent 21d9a95 commit c4437a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v1.2.0 - 2022-02-09
6+
7+
- Added support for Laravel 9
8+
59
## v1.1.6 - 2021-11-12
610

711
- Added default value for `id` props.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"require": {
2929
"php": "^7.4|^8.0",
30-
"illuminate/support": "^8.0"
30+
"illuminate/support": "^8.0|^9.0"
3131
},
3232
"require-dev": {
3333
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)