@ -139,6 +139,7 @@
"sunra/php-simple-html-dom-parser": "~1.5.0",
"symfony/apache-pack": "^1.0",
"symfony/asset": "^4.0|^5.0",
"symfony/cache": "^4.0|^5.0",
"symfony/dotenv": "^5.0",
"symfony/expression-language": "^4.0|^5.0",
"symfony/flex": "^1.6",
@ -13,6 +13,8 @@ framework:
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
#app: cache.adapter.apcu
app: cache.adapter.filesystem
system: cache.adapter.system
# Namespaced pools use the above "app" backend by default
#pools:
@ -14,4 +14,6 @@ framework:
name: chamilo2
fragments: ~
http_method_override: true
annotations: true
annotations:
cache: file
file_cache_dir: "%kernel.cache_dir%/annotations"
@ -13,7 +13,7 @@ overblog_graphql:
types:
-
type: graphql
dir: "%kernel.root_dir%/GraphQlBundle/Resources/config"
dir: "%kernel.project_dir%/config/graphql/types"
parameters:
chamilo_graphql.resolver_map.query.class: Chamilo\GraphQlBundle\Map\QueryMap