From efa7e2951d6fb92ac6101a8393fa32072060a84a Mon Sep 17 00:00:00 2001 From: NicolasAlexandre Date: Thu, 15 Jun 2023 17:47:59 +0200 Subject: [PATCH] feat: update composer with the new dependencies of the monorepo agent-php (#19) --- composer.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index eab4d52..afc22ef 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,18 @@ { "name": "forestadmin/symfony-forestadmin", "version": "1.0.0-beta.12", - "minimum-stability": "stable", + "minimum-stability": "beta", + "prefer-stable": true, "description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.", "type": "symfony-bundle", "require": { "php": ">=8.0", "asm89/stack-cors": "^2.1", "doctrine/orm": "^2.8", - "forestadmin/agent-php": "^1.0.0-beta", "symfony/framework-bundle": "^5.4|^6.0", - "symfony/console": "^5.4|^6.0" + "symfony/console": "^5.4|^6.0", + "forestadmin/php-datasource-doctrine": "^1.0@beta", + "forestadmin/php-datasource-customizer": "^1.0@beta" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0",