Skip to content

Commit 895e612

Browse files
committed
Added Laravel 8 Support
1 parent 3745ad6 commit 895e612

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": "This Package makes it possible for users to have their config files stored in a database table, making it easier to customize these values from UI.",
44
"type": "library",
55
"require": {
6-
"laravel/framework": "~5.8.0|^6.0|^7.0"
6+
"laravel/framework": "~5.8.0|^6.0|^7.0|^8.0"
77
},
88
"license": "MIT",
99
"authors": [

0 commit comments

Comments
 (0)