X-Git-Url: https://git.rapsys.eu/veranda/blobdiff_plain/b7fd42e586488925d87c703e7ef4f43eb9e6647e..274954be4af8e729d5d1eaf48c2d5c67bf5329b2:/composer.json diff --git a/composer.json b/composer.json index 858b31b..9932944 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "php": ">=8.2.0", "ext-ctype": "*", "ext-iconv": "*", - "rapsys/packbundle": "master@dev", - "rapsys/treebundle": "master@dev", + "rapsys/packbundle": "^1.0", + "rapsys/treebundle": "^1.0", "symfony/asset": "^7.0", "symfony/console": "^7.0", "symfony/dotenv": "^7.0", @@ -19,6 +19,7 @@ "symfony/framework-bundle": "^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/yaml": "^7.0", @@ -63,7 +64,7 @@ "type": "package", "package": { "name": "rapsys/packbundle", - "version": "master", + "version": "1.0", "source": { "type": "git", "url": "https://rapsys@git.rapsys.eu/packbundle", @@ -87,7 +88,7 @@ "type": "package", "package": { "name": "rapsys/treebundle", - "version": "master", + "version": "1.0", "source": { "type": "git", "url": "https://rapsys@git.rapsys.eu/treebundle", @@ -99,7 +100,7 @@ } }, "require": { - "rapsys/packbundle": "master" + "rapsys/packbundle": "^1.0" } } } @@ -121,10 +122,9 @@ }, "extra": { "branch-alias": { - "dev-master": "master" }, "symfony": { - "allow-contrib": false, + "allow-contrib": true, "docker": false, "endpoint": [ "https://git.rapsys.eu/recipe/blob_plain/HEAD:/index.json",