mirror of
https://github.com/YGGverse/HLState.git
synced 2026-04-01 01:25:28 +00:00
implement basic features
This commit is contained in:
parent
e8f234d4b9
commit
2071796a07
19 changed files with 389 additions and 365 deletions
|
|
@ -14,8 +14,6 @@
|
|||
"doctrine/orm": "^2.17",
|
||||
"phpdocumentor/reflection-docblock": "^5.3",
|
||||
"phpstan/phpdoc-parser": "^1.25",
|
||||
"symfony/asset": "7.0.*",
|
||||
"symfony/asset-mapper": "7.0.*",
|
||||
"symfony/console": "7.0.*",
|
||||
"symfony/doctrine-messenger": "7.0.*",
|
||||
"symfony/dotenv": "7.0.*",
|
||||
|
|
@ -43,8 +41,9 @@
|
|||
"symfony/validator": "7.0.*",
|
||||
"symfony/web-link": "7.0.*",
|
||||
"symfony/yaml": "7.0.*",
|
||||
"twig/extra-bundle": "^2.12|^3.0",
|
||||
"twig/twig": "^2.12|^3.0",
|
||||
"twig/extra-bundle": "^3.8",
|
||||
"twig/intl-extra": "^3.8",
|
||||
"twig/twig": "^3.8",
|
||||
"xpaw/php-source-query-class": "^2.1"
|
||||
},
|
||||
"config": {
|
||||
|
|
@ -78,8 +77,7 @@
|
|||
"scripts": {
|
||||
"auto-scripts": {
|
||||
"cache:clear": "symfony-cmd",
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd",
|
||||
"importmap:install": "symfony-cmd"
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
},
|
||||
"post-install-cmd": [
|
||||
"@auto-scripts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue