Allow Flow 8.2
This commit is contained in:
parent
978200451a
commit
0a24e50d08
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ workspace:
|
||||||
matrix:
|
matrix:
|
||||||
FLOW_VERSION:
|
FLOW_VERSION:
|
||||||
- 7.3
|
- 7.3
|
||||||
|
- 8.2
|
||||||
PHP_VERSION:
|
PHP_VERSION:
|
||||||
- 7.4
|
- 7.4
|
||||||
- 8.1
|
- 8.1
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"description": "Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests",
|
"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",
|
"type": "neos-package",
|
||||||
"require": {
|
"require": {
|
||||||
"neos/flow": "^7.3.0",
|
"neos/flow": "^7.3.0 | ^8.2",
|
||||||
"php": "^7.4 | ^8.1",
|
"php": "^7.4 | ^8.1",
|
||||||
"symfony/lock": "^5.2.0 | ^6.2.0"
|
"symfony/lock": "^5.2.0 | ^6.2.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue