Compare commits
7 commits
master
...
feature/fl
Author | SHA1 | Date | |
---|---|---|---|
e0ff92c3fa | |||
|
efb9fc0f06 | ||
eb4da01ab7 | |||
d66648f972 | |||
d9e1060641 | |||
1383153957 | |||
23089bc896 |
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",
|
"neos/flow": "^7.3 | ^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