Skip to content

Commit

Permalink
feat: update composer with the new dependencies of the monorepo agent…
Browse files Browse the repository at this point in the history
…-php (#19)
  • Loading branch information
nicolasalexandre9 committed Jun 15, 2023
1 parent 306b386 commit efa7e29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit efa7e29

Please sign in to comment.