TASK: Apply migration Neos.SwiftMailer-20161130105617
Adjusts code to package renaming from "TYPO3.SwiftMailer" to "Neos.SwiftMailer". 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
aaacd95a06
commit
f7914f7a4b
1 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,10 @@
|
|||
},
|
||||
"branch-alias": {
|
||||
"dev-develop": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"applied-flow-migrations": [
|
||||
"Neos.SwiftMailer-20161130105617"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
|
@ -37,4 +40,4 @@
|
|||
"Neos",
|
||||
"Flow"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue