add menuitem aliases
All checks were successful
/ ls (pull_request) Successful in 2m42s
/ ls (release) Successful in 50s
/ ls (push) Successful in 2m27s

This commit is contained in:
lubiana 2025-01-25 02:14:39 +01:00
parent 70b39515ec
commit 9781bd561f
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
13 changed files with 713 additions and 212 deletions

View file

@ -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",