enabling installation in flow 6
This commit is contained in:
parent
a5ccfef84b
commit
d2b5792001
2 changed files with 5 additions and 3 deletions
|
@ -4,6 +4,8 @@ workspace:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- FLOW_VERSION: 6.3
|
||||
PHP_VERSION: 7.4
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 8.1
|
||||
- FLOW_VERSION: 8.3
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
"description": "",
|
||||
"require": {
|
||||
"cardinalby/content-disposition": "^1.1",
|
||||
"neos/eel": "^7.3 | ^8.3",
|
||||
"neos/flow": "^7.3 | ^8.3",
|
||||
"php": "^8.0"
|
||||
"neos/eel": "^6.3 | ^7.3 | ^8.3",
|
||||
"neos/flow": "^6.3 | ^7.3 | ^8.3",
|
||||
"php": "^7.4 | ^8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
Loading…
Reference in a new issue