Skip to content

Commit

Permalink
#2 twig and assets for swagger ui
Browse files Browse the repository at this point in the history
  • Loading branch information
skoro committed Aug 24, 2024
1 parent 0fedfc7 commit 826afde
Show file tree
Hide file tree
Showing 7 changed files with 466 additions and 6 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"nelmio/api-doc-bundle": "^4.29",
"phpdocumentor/reflection-docblock": "^5.4",
"phpstan/phpdoc-parser": "^1.29",
"symfony/asset": "6.4.*",
"symfony/console": "6.4.*",
"symfony/doctrine-messenger": "6.4.*",
"symfony/dotenv": "6.4.*",
Expand All @@ -26,9 +27,12 @@
"symfony/property-info": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/serializer": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/uid": "6.4.*",
"symfony/validator": "6.4.*",
"symfony/yaml": "6.4.*"
"symfony/yaml": "6.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 826afde

Please sign in to comment.