Require Flow 8.x and PHP 8.1
This commit is contained in:
parent
23089bc896
commit
1383153957
1 changed files with 3 additions and 3 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Reference in a new issue