We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185aacf commit 45d80cfCopy full SHA for 45d80cf
changelog.md
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
4
+1.8.0 (2022-02-11)
5
+------------------
6
+
7
+- Add support for Laravel 9.0
8
9
10
1.7.0 (2020-09-20)
11
------------------
12
composer.json
@@ -15,7 +15,7 @@
15
],
16
"require" : {
17
"php" : ">=5.6.4",
18
- "illuminate/support" : "^5.4|^6.0|^7.0|^8.0",
+ "illuminate/support" : "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
19
"forxer/gravatar" : "^2.0"
20
},
21
"autoload" : {
0 commit comments