X-Git-Url: https://git.rapsys.eu/veranda/blobdiff_plain/550beca4196aa9910c5bb286174c3c9264e81a46..274954be4af8e729d5d1eaf48c2d5c67bf5329b2:/composer.json diff --git a/composer.json b/composer.json index 095b760..9932944 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "php": ">=8.2.0", "ext-ctype": "*", "ext-iconv": "*", - "rapsyspack": "master@dev", - "rapsystree": "master@dev", + "rapsys/packbundle": "^1.0", + "rapsys/treebundle": "^1.0", "symfony/asset": "^7.0", "symfony/console": "^7.0", "symfony/dotenv": "^7.0", @@ -64,7 +64,7 @@ "type": "package", "package": { "name": "rapsys/packbundle", - "version": "master", + "version": "1.0", "source": { "type": "git", "url": "https://rapsys@git.rapsys.eu/packbundle", @@ -88,7 +88,7 @@ "type": "package", "package": { "name": "rapsys/treebundle", - "version": "master", + "version": "1.0", "source": { "type": "git", "url": "https://rapsys@git.rapsys.eu/treebundle", @@ -100,7 +100,7 @@ } }, "require": { - "rapsys/packbundle": "master" + "rapsys/packbundle": "^1.0" } } } @@ -122,10 +122,9 @@ }, "extra": { "branch-alias": { - "dev-master": "1.x-dev" }, "symfony": { - "allow-contrib": false, + "allow-contrib": true, "docker": false, "endpoint": [ "https://git.rapsys.eu/recipe/blob_plain/HEAD:/index.json",