add menuitem aliases
This commit is contained in:
parent
70b39515ec
commit
9781bd561f
13 changed files with 713 additions and 212 deletions
|
@ -25,6 +25,7 @@
|
|||
"symfony/yaml": "7.1.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-fixtures-bundle": "^4.0",
|
||||
"infection/infection": "^0.29.6",
|
||||
"lubiana/code-quality": "^1.7.2",
|
||||
"phpunit/phpunit": "^9.6.20",
|
||||
|
@ -32,6 +33,8 @@
|
|||
"symfony/css-selector": "7.1.*",
|
||||
"symfony/maker-bundle": "^1.60",
|
||||
"symfony/phpunit-bridge": "^7.1.3",
|
||||
"symfony/stopwatch": "7.1.*",
|
||||
"symfony/web-profiler-bundle": "7.1.*",
|
||||
"symplify/config-transformer": "^12.3.4"
|
||||
},
|
||||
"config": {
|
||||
|
@ -44,7 +47,7 @@
|
|||
},
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "8.3"
|
||||
"php": "8.4"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -77,7 +80,7 @@
|
|||
],
|
||||
"post-update-cmd": [
|
||||
"@auto-scripts",
|
||||
"config-transformer switch-format config"
|
||||
"config-transformer config"
|
||||
],
|
||||
"lint": [
|
||||
"rector",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue