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.
This commit is contained in:
parent
37d3856a3b
commit
0c912176bf
1 changed files with 54 additions and 48 deletions
|
@ -2,7 +2,12 @@
|
||||||
"name": "digicomp/sequence",
|
"name": "digicomp/sequence",
|
||||||
"type": "neos-package",
|
"type": "neos-package",
|
||||||
"description": "Sequence is a very simple database agnostic but database based sequence generator",
|
"description": "Sequence is a very simple database agnostic but database based sequence generator",
|
||||||
"keywords": ["flow", "neos", "doctrine", "sequence"],
|
"keywords": [
|
||||||
|
"flow",
|
||||||
|
"neos",
|
||||||
|
"doctrine",
|
||||||
|
"sequence"
|
||||||
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Ferdinand Kuhl",
|
"name": "Ferdinand Kuhl",
|
||||||
|
@ -45,7 +50,8 @@
|
||||||
"TYPO3.Fluid-20141113120800",
|
"TYPO3.Fluid-20141113120800",
|
||||||
"TYPO3.Flow-20141113121400",
|
"TYPO3.Flow-20141113121400",
|
||||||
"TYPO3.Fluid-20141121091700",
|
"TYPO3.Fluid-20141121091700",
|
||||||
"TYPO3.Fluid-20150214130800"
|
"TYPO3.Fluid-20150214130800",
|
||||||
|
"TYPO3.Flow-20151113161300"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue