Skip to content

Commit 97f5323

Browse files
committed
added support for Laravel 7
1 parent fdce1b3 commit 97f5323

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.0.0
2+
3+
* Laravel 7 support
4+
15
## 5.0.0
26

37
* Laravel 5 support

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
20-
"illuminate/support": "5.*",
21-
"nesbot/carbon": "1.25.*"
19+
"php": ">=7.2.5",
20+
"illuminate/support": "7.*",
21+
"nesbot/carbon": "2.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)