From abea718e6c1eb11f8f47a80de171da5c73ad5746 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 12 Aug 2024 16:07:17 +0200 Subject: [PATCH] fix: update minimum version of agent-php packages --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 48f8699..2a3516a 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "illuminate/http": "^8.0|^9.0|^10.0|^11.0", "illuminate/routing": "^8.0|^9.0|^10.0|^11.0", "illuminate/support": "^8.0|^9.0|^10.0|^11.0", - "forestadmin/php-datasource-customizer": "^1.9.4", - "forestadmin/php-datasource-eloquent": "^1.9.4", + "forestadmin/php-datasource-customizer": "^1.10.0", + "forestadmin/php-datasource-eloquent": "^1.10.0", "doctrine/dbal": "^3.0" }, "require-dev": {