From b70cc4393c12221262c534285a7d3aaa33351ddf Mon Sep 17 00:00:00 2001 From: jameswilddev Date: Tue, 20 Apr 2021 07:48:56 +0100 Subject: [PATCH 1/2] Allow PHP 8. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f494f47..5af4846 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "langleyfoxall/react-dynamic-data-table-laravel-api", "description": "Provides a Laravel API endpoint responder for the `react-dynamic-data-table` component.", "require": { - "php": "^7.0.0", + "php": "^8.0.0||^7.0.0", "laravel/framework": "^5.1||^6.0||^7.0||^8.0", "langleyfoxall/helpers-laravel": "^1.10" }, From a4fcc3dfab46f5e78b784e7479a84a724dc23cab Mon Sep 17 00:00:00 2001 From: jameswilddev Date: Wed, 21 Apr 2021 15:34:17 +0100 Subject: [PATCH 2/2] Update composer.json Co-authored-by: Ash --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5af4846..8d4da0c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "langleyfoxall/react-dynamic-data-table-laravel-api", "description": "Provides a Laravel API endpoint responder for the `react-dynamic-data-table` component.", "require": { - "php": "^8.0.0||^7.0.0", + "php": "^7.2||^8.0", "laravel/framework": "^5.1||^6.0||^7.0||^8.0", "langleyfoxall/helpers-laravel": "^1.10" },