X-Git-Url: https://git.rapsys.eu/veranda/blobdiff_plain/4a548360dfa833f6cf666c71949e26c651539005..HEAD:/composer.json diff --git a/composer.json b/composer.json index 3697c6d..b5e2095 100644 --- a/composer.json +++ b/composer.json @@ -9,24 +9,31 @@ "php": ">=8.2.0", "ext-ctype": "*", "ext-iconv": "*", + "doctrine/doctrine-bundle": "^2.0", + "doctrine/orm": "^2.0", "rapsys/packbundle": "^1.0", "rapsys/treebundle": "^1.0", + "rapsys/userbundle": "^1.0", "symfony/asset": "^7.0", "symfony/console": "^7.0", "symfony/dotenv": "^7.0", "symfony/flex": "^2.0", "symfony/form": "^7.0", "symfony/framework-bundle": "^7.0", + "symfony/mailer": "^7.0", "symfony/process": "^7.0", "symfony/runtime": "^7.0", "symfony/security-bundle": "^7.0", "symfony/translation": "^7.0", "symfony/twig-bundle": "^7.0", + "symfony/validator": "^7.0", "symfony/yaml": "^7.0", "twig/html-extra": "^3.0", "twig/intl-extra": "^3.0" }, "require-dev": { + "doctrine/doctrine-fixtures-bundle": "^3.0", + "nikic/php-parser": "^5.0", "symfony/stopwatch": "^7.0", "symfony/web-profiler-bundle": "^7.0" }, @@ -84,6 +91,37 @@ } } }, + { + "type": "package", + "package": { + "name": "rapsys/userbundle", + "version": "1.0", + "source": { + "type": "git", + "url": "https://rapsys@git.rapsys.eu/userbundle", + "reference": "master" + }, + "autoload": { + "psr-4": { + "Rapsys\\UserBundle\\": "" + } + }, + "require": { + "doctrine/doctrine-bundle": "^2.0", + "doctrine/orm": "^2.0", + "rapsys/packbundle": "^1.0", + "symfony/flex": "^2.0", + "symfony/form": "^7.0", + "symfony/framework-bundle": "^7.0", + "symfony/mailer": "^7.0", + "symfony/security-bundle": "^7.0", + "symfony/validator": "^7.0" + }, + "require-dev": { + "doctrine/doctrine-fixtures-bundle": "^3.0" + } + } + }, { "type": "package", "package": { @@ -100,7 +138,16 @@ } }, "require": { - "rapsys/packbundle": "^1.0" + "doctrine/doctrine-bundle": "^2.0", + "rapsys/packbundle": "^1.0", + "symfony/flex": "^2.0", + "symfony/form": "^7.0", + "symfony/framework-bundle": "^7.0", + "symfony/security-bundle": "^7.0", + "symfony/validator": "^7.0" + }, + "require-dev": { + "doctrine/doctrine-fixtures-bundle": "^3.0" } } } @@ -127,9 +174,9 @@ "allow-contrib": true, "docker": false, "endpoint": [ - "https://git.rapsys.eu/recipe/blob_plain/HEAD:/index.json", - "flex://defaults" - ], + "https://git.rapsys.eu/recipe/blob_plain/HEAD:/index.json", + "flex://defaults" + ], "require": "^7.0" }, "symfony-assets-install": "relative"