We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8100771 + 5a8d2c9 commit df50cc4Copy full SHA for df50cc4
composer.json
@@ -3,10 +3,8 @@
3
"description": "Provides a Laravel API endpoint responder for the `react-dynamic-data-table` component.",
4
"require": {
5
"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"
+ "laravel/framework": "^5.1||^6.0",
+ "langleyfoxall/helpers-laravel": "^1.10"
10
},
11
"autoload": {
12
"psr-4": {
0 commit comments