Compare commits
No commits in common. "22f19da3e5a83bdca28f660eee880f41a71cf2a4" and "1ccc5339843f3b66a5926e722820fd352fa8764a" have entirely different histories.
22f19da3e5
...
1ccc533984
2 changed files with 6 additions and 9 deletions
|
@ -3,14 +3,11 @@ workspace:
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
FLOW_VERSION:
|
||||||
- FLOW_VERSION: 7.3
|
- 7.3
|
||||||
PHP_VERSION: 7.4
|
PHP_VERSION:
|
||||||
- FLOW_VERSION: 7.3
|
- 7.4
|
||||||
PHP_VERSION: 8.1
|
- 8.1
|
||||||
- FLOW_VERSION: 8.2
|
|
||||||
PHP_VERSION: 8.1
|
|
||||||
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
functional-tests:
|
functional-tests:
|
||||||
|
|
|
@ -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 | ^8.2",
|
"neos/flow": "^7.3.0",
|
||||||
"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…
Add table
Reference in a new issue