]> Raphaƫl G. Git Repositories - veranda/blobdiff - composer.json
Add missing git ignored files
[veranda] / composer.json
index 985582e9e34d19da16d0c1383e1bc90464112f18..3697c6d0fd934baf38b31f45058015666f92e3cd 100644 (file)
@@ -9,8 +9,8 @@
         "php": ">=8.2.0",
         "ext-ctype": "*",
         "ext-iconv": "*",
-        "rapsys/packbundle": "dev-master",
-        "rapsys/treebundle": "dev-master",
+        "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",
                     }
                 },
                 "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"
     },
     "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",