Skip to content

Commit df50cc4

Browse files
authored
Merge pull request #5 from NilesB/master
Add Laravel 6 support
2 parents 8100771 + 5a8d2c9 commit df50cc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"description": "Provides a Laravel API endpoint responder for the `react-dynamic-data-table` component.",
44
"require": {
55
"php": "^7.0.0",
6-
"illuminate/http": "^5.1",
7-
"illuminate/database": "^5.1",
8-
"langleyfoxall/helpers-laravel": "^1.10",
9-
"illuminate/support": "^5.1"
6+
"laravel/framework": "^5.1||^6.0",
7+
"langleyfoxall/helpers-laravel": "^1.10"
108
},
119
"autoload": {
1210
"psr-4": {

0 commit comments

Comments
 (0)