Require Flow 8.x and PHP 8.1

This commit is contained in:
Ferdinand Kuhl 2023-01-01 22:08:08 +01:00
parent 23089bc896
commit 1383153957

View file

@ -18,8 +18,8 @@
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/digicomp/DigiComp.Menu", "homepage": "https://github.com/digicomp/DigiComp.Menu",
"require": { "require": {
"neos/flow": "~6.3 | ^7.3 | ^8.2", "neos/flow": "^8.2",
"php": "^7.4" "php": "^8.1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -28,7 +28,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-develop": "3.0.x-dev", "dev-develop": "4.0.x-dev",
"dev-version/2.x-dev": "2.0.x-dev" "dev-version/2.x-dev": "2.0.x-dev"
}, },
"applied-flow-migrations": [ "applied-flow-migrations": [