Kaynağa Gözat

fix the dependencies to be coherent

Olivier Massot 1 yıl önce
ebeveyn
işleme
6a67351ba3

+ 0 - 12
composer.json

@@ -32,20 +32,8 @@
         "typo3/cms-dashboard": "^11.5",
         "typo3/cms-opendocs": "^11.5",
         "typo3/cms-recordlist": "^11.5",
-        "fluidtypo3/flux": "^10.0",
-        "fluidtypo3/vhs": "^7.0",
-        "georgringer/news": "^11.4",
         "helhum/typo3-console": "^7.1",
-        "causal/image_autoresize": "^2.2",
-        "guzzlehttp/guzzle": "^7.7",
-        "twig/twig": "^3.3",
-        "phpunit/phpunit": "^9.5",
         "sgalinski/lfeditor": "^7.1",
-        "waldhacker/hcaptcha": "^2.1",
-        "nimut/typo3-complete": "11.5",
-        "nimut/testing-framework": "^6.0",
-        "ext-json": "*",
-        "co-stack/logs": "*",
         "opentalent/ot_core": "^1.0",
         "opentalent/ot_admin": "^1.0",
         "opentalent/ot_templating": "^1.0",

+ 2 - 0
ot_admin/composer.json

@@ -10,6 +10,8 @@
         }
     ],
     "require": {
+        "typo3/cms-core": "^11.5 | ^12.4",
+        "opentalent/ot_core": "1.0"
     },
     "autoload": {
         "psr-4": {

+ 2 - 0
ot_connect/composer.json

@@ -10,6 +10,8 @@
         }
     ],
     "require": {
+        "typo3/cms-core": "^11.5 | ^12.4",
+        "opentalent/ot_core": "1.0"
     },
     "autoload": {
         "psr-4": {

+ 13 - 0
ot_core/composer.json

@@ -10,6 +10,19 @@
         }
     ],
     "require": {
+        "typo3/cms-core": "^11.5 | ^12.4",
+        "fluidtypo3/flux": "^10.0",
+        "fluidtypo3/vhs": "^7.0",
+        "georgringer/news": "^11.4",
+        "causal/image_autoresize": "^2.2",
+        "guzzlehttp/guzzle": "^7.7",
+        "twig/twig": "^3.3",
+        "phpunit/phpunit": "^9.5",
+        "waldhacker/hcaptcha": "^2.1",
+        "nimut/typo3-complete": "11.5",
+        "nimut/testing-framework": "^6.0",
+        "ext-json": "*",
+        "co-stack/logs": "*"
     },
     "replace": {
         "opentalent/ot_core": "self.version",

+ 2 - 0
ot_optimizer/composer.json

@@ -10,6 +10,8 @@
         }
     ],
     "require": {
+        "typo3/cms-core": "^11.5 | ^12.4",
+        "opentalent/ot_core": "1.0"
     },
     "autoload": {
         "psr-4": {

+ 2 - 0
ot_stats/composer.json

@@ -10,6 +10,8 @@
         }
     ],
     "require": {
+        "typo3/cms-core": "^11.5 | ^12.4",
+        "opentalent/ot_core": "1.0"
     },
     "replace": {
         "ot_stats": "self.version",

+ 2 - 0
ot_templating/composer.json

@@ -10,6 +10,8 @@
         }
     ],
     "require": {
+        "typo3/cms-core": "^11.5 | ^12.4",
+        "opentalent/ot_core": "1.0"
     },
     "replace": {
         "ot_templating": "self.version",