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",