Skip to content

Commit

Permalink
TASK: Adjust dependencies to support newer neos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored Dec 8, 2021
1 parent fbf1db3 commit d049ac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "HAL client support package for Neos Flow",
"license": "LGPL-3.0+",
"require": {
"php": "~7.0",
"neos/flow": " ~4.0 || ~5.0"
"php": "~7.0 || ~8.0",
"neos/flow": " ~4.0 || ~5.0 || ~6.0 || ~7.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -89,4 +89,4 @@
"Neos.Neos.Ui-20190319094900"
]
}
}
}

0 comments on commit d049ac0

Please sign in to comment.