diff --git a/Documentation/conf.py b/Documentation/conf.py index a261e02..db1dc96 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = u'0.1' # The full version, including alpha/beta/rc tags -release = u'0.1.0-dev' +release = u'0.1.0' # -- General configuration --------------------------------------------------- diff --git a/composer.json b/composer.json index ea8c39f..610016a 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,10 @@ "typo3/cms-form": "^10.4", "typo3/coding-standards": "^0.2" }, + "suggest": { + "brotkrueml/typo3-jobrouter-data": "Synchronise and transmit to JobData tables", + "brotkrueml/typo3-jobrouter-process": "Start incidents in JobRouter®" + }, "autoload": { "psr-4": { "Brotkrueml\\JobRouterBase\\": "Classes" diff --git a/ext_emconf.php b/ext_emconf.php index 29f6f6f..2caa64b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,14 +6,14 @@ 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', 'state' => 'beta', - 'version' => '0.1.0-dev', + 'version' => '0.1.0', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-10.4.99', - 'form' => '10.4.0-10.4.99', ], 'conflicts' => [], 'suggests' => [ + 'jobrouter_data' => '0.12.0-0.12.99', 'jobrouter_process' => '0.5.0-0.5.99', ], ],