X-Git-Url: https://git.rapsys.eu/veranda/blobdiff_plain/b7fd42e586488925d87c703e7ef4f43eb9e6647e..4a548360dfa833f6cf666c71949e26c651539005:/composer.json diff --git a/composer.json b/composer.json index 858b31b..3697c6d 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,15 +100,15 @@ } }, "require": { - "rapsys/packbundle": "master" + "rapsys/packbundle": "^1.0" } } } ], "scripts": { "auto-scripts": { - "cache:clear": "symfony-cmd", - "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" + "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd", + "cache:clear": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" @@ -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",