enabling installation in flow 6
Some checks failed
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests/2 Pipeline was successful
ci/woodpecker/push/functional-tests/1 Pipeline failed
ci/woodpecker/push/functional-tests/3 Pipeline was successful

This commit is contained in:
Ferdinand Kuhl 2024-07-19 11:08:58 +02:00
parent a5ccfef84b
commit d2b5792001
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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": {