We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdce1b3 commit 97f5323Copy full SHA for 97f5323
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 7.0.0
2
+
3
+* Laravel 7 support
4
5
## 5.0.0
6
7
* Laravel 5 support
composer.json
@@ -16,9 +16,9 @@
16
}
17
],
18
"require": {
19
- "php": ">=5.5.9",
20
- "illuminate/support": "5.*",
21
- "nesbot/carbon": "1.25.*"
+ "php": ">=7.2.5",
+ "illuminate/support": "7.*",
+ "nesbot/carbon": "2.*"
22
},
23
"autoload": {
24
"psr-4": {
0 commit comments