From af54938da309c02c3233b02f9cba83ece37b0d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20K=C3=B6tzing?= Date: Tue, 21 Jul 2015 16:20:00 +0200 Subject: [PATCH] [TASK] Apply migration Inwebs.Basket-201409170938 Changes path to export and changed Mail-Interface 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 | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 51f0717..84a2ed7 100644 --- a/composer.json +++ b/composer.json @@ -1,21 +1,24 @@ { - "name":"digicomp/sequence", - "type":"typo3-flow-package", - "description":"", - "require":{ - "typo3/flow":"~2.0|~3.0" - }, - "require-dev":{ - "phpunit/phpunit": "3.7.*" - }, - "autoload":{ - "psr-0":{ - "DigiComp\\Sequence":"Classes" - } - }, + "name": "digicomp/sequence", + "type": "typo3-flow-package", + "description": "", + "require": { + "typo3/flow": "~2.0|~3.0" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*" + }, + "autoload": { + "psr-0": { + "DigiComp\\Sequence": "Classes" + } + }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" - } + }, + "applied-flow-migrations": [ + "Inwebs.Basket-201409170938" + ] } } \ No newline at end of file