Skip to content

Commit 64dcd1a

Browse files
author
Liran Cohen
committed
Laravel 7 support.
1 parent 58fc96b commit 64dcd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Laravel Custom Fields is a package that allows you to add custom fields to any Laravel model and store responses to those fields on any Laravel model.",
44
"type": "library",
55
"require": {
6-
"laravel/framework": "^6.0"
6+
"laravel/framework": "^6.0|^7.0"
77
},
88
"require-dev": {
99
"orchestra/testbench": "^4.0",

0 commit comments

Comments
 (0)