Przeglądaj źródła

Passage 6.4 et recettes gitlab

Francois DROUHARD 3 miesięcy temu
rodzic
commit
b41b5d7ad6
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      composer.json

+ 5 - 5
composer.json

@@ -23,7 +23,7 @@
         }
     ],
     "require": {
-        "php": ">=7.3.11",
+        "php": ">=8.1",
         "ext-ctype": "*",
         "ext-iconv": "*",
         "symfony/flex": "^2"
@@ -84,11 +84,11 @@
     "extra": {
         "symfony": {
             "allow-contrib": true,
-            "require": "5.4.*",
+            "require": "6.4.*",
             "endpoint": [
-                "http://git.intra.cnaf/cnaf/flex/recipes/-/raw/flex/main-test/index.json",
-                "http://git.intra.cnaf/cnaf/flex/recipes-contrib/-/raw/flex/main-test/index.json",
-                "http://git.intra.cnaf/frdro901/flexrecipes/-/raw/master/index.json"
+                "https://gitlab.si.cnaf.info/api/v4/projects/48673/repository/files/index.json/raw?ref=main",
+                "https://gitlab.si.cnaf.info/cnaf/flex/recipes/-/raw/flex/main/index.json",
+                "https://gitlab.si.cnaf.info/cnaf/flex/recipes-contrib/-/raw/flex/main/index.json"
             ]
         }
     }