Make default ValueObjects embedded=false 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.
48 lines
No EOL
1.3 KiB
JSON
48 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "digicomp/flowsessionlock",
|
|
"description": "Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests",
|
|
"type": "neos-package",
|
|
"require": {
|
|
"neos/flow": "^6.3.0",
|
|
"php": ">=7.4",
|
|
"symfony/lock": "^5.2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-pcntl": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DigiComp\\FlowSessionLock\\": "Classes/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"neos": {
|
|
"package-key": "DigiComp.FlowSessionLock"
|
|
},
|
|
"branch-alias": {
|
|
"dev-develop": "2.0.x-dev"
|
|
},
|
|
"applied-flow-migrations": [
|
|
"Neos.SwiftMailer-20161130105617",
|
|
"Neos.Flow-20180415105700",
|
|
"Neos.Flow-20190425144900",
|
|
"Neos.Flow-20190515215000",
|
|
"Neos.Flow-20200813181400",
|
|
"Neos.Flow-20201003165200"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Ferdinand Kuhl",
|
|
"email": "f.kuhl@digital-competence.de",
|
|
"homepage": "https://www.digital-competence.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/digital-competence/FlowSessionLock",
|
|
"keywords": [
|
|
"Neos",
|
|
"Flow"
|
|
]
|
|
} |