From a423c660bbf5748b060c917d191c986fceed0ded Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Sat, 3 Jun 2017 11:53:57 +0200 Subject: [PATCH] TASK: Apply migration TYPO3.Flow-20151113161300 Adjust "Settings.yaml" to new "requestPattern" and "firewall" syntax (see FLOW-412) Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d6e9cb3..9e66745 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,8 @@ "TYPO3.Fluid-201205031303", "TYPO3.FLOW3-201201261636", "DigiComp.Excel-201308011951", - "Inwebs.Basket-201409170938" + "Inwebs.Basket-201409170938", + "TYPO3.Flow-20151113161300" ] } } \ No newline at end of file