Skip to content

Commit

Permalink
Laravel 8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
liran-co committed Mar 25, 2021
1 parent 1b2b6d5 commit e4c6be7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,810 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.phpunit.result.cache
composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"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.",
"type": "library",
"require": {
"laravel/framework": "^6.0|^7.0"
"laravel/framework": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^6.0",
"friendsofphp/php-cs-fixer": "^2.16"
},
"autoload": {
Expand Down
Loading

0 comments on commit e4c6be7

Please sign in to comment.