[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.
This commit is contained in:
parent
394f82fcf3
commit
e0b8ceb170
1 changed files with 33 additions and 27 deletions
|
@ -12,7 +12,10 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/fcool/DigiComp.SettingValidator",
|
"homepage": "https://github.com/fcool/DigiComp.SettingValidator",
|
||||||
"keywords": ["Flow","validation"],
|
"keywords": [
|
||||||
|
"Flow",
|
||||||
|
"validation"
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"typo3/flow": "~2.0|~3.0",
|
"typo3/flow": "~2.0|~3.0",
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
|
@ -25,6 +28,9 @@
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.0.x-dev"
|
"dev-master": "1.0.x-dev"
|
||||||
}
|
},
|
||||||
|
"applied-flow-migrations": [
|
||||||
|
"Inwebs.Basket-201409170938"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue