Skip to content

Commit 45d80cf

Browse files
committed
Add support for Laravel 9.0
1 parent 185aacf commit 45d80cf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
1.8.0 (2022-02-11)
5+
------------------
6+
7+
- Add support for Laravel 9.0
8+
9+
410
1.7.0 (2020-09-20)
511
------------------
612

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require" : {
1717
"php" : ">=5.6.4",
18-
"illuminate/support" : "^5.4|^6.0|^7.0|^8.0",
18+
"illuminate/support" : "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
1919
"forxer/gravatar" : "^2.0"
2020
},
2121
"autoload" : {

0 commit comments

Comments
 (0)