Skip to content

Commit e4c6be7

Browse files
author
Liran Cohen
committed
Laravel 8 support.
1 parent 1b2b6d5 commit e4c6be7

File tree

3 files changed

+3
-4810
lines changed

3 files changed

+3
-4810
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor/
22
.phpunit.result.cache
3+
composer.lock

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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|^7.0"
6+
"laravel/framework": "^6.0|^7.0|^8.0"
77
},
88
"require-dev": {
9-
"orchestra/testbench": "^4.0",
9+
"orchestra/testbench": "^6.0",
1010
"friendsofphp/php-cs-fixer": "^2.16"
1111
},
1212
"autoload": {

0 commit comments

Comments
 (0)