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:
Marvin Kuhl 2022-05-19 11:51:43 +02:00
parent aaacd95a06
commit f7914f7a4b

View file

@ -21,7 +21,10 @@
}, },
"branch-alias": { "branch-alias": {
"dev-develop": "2.0.x-dev" "dev-develop": "2.0.x-dev"
} },
"applied-flow-migrations": [
"Neos.SwiftMailer-20161130105617"
]
}, },
"authors": [ "authors": [
{ {
@ -37,4 +40,4 @@
"Neos", "Neos",
"Flow" "Flow"
] ]
} }