medhki

Results 2 issues of medhki

Installing the package for a symfony 6 project: **php-vcr/php-vcr 1.6.0 requires symfony/yaml ^3.0|^4.0|^5.0 -> found symfony/yaml[v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.37, v5.0.0, ..., v5.4.3] but it conflicts with your root...

using an env variable to disable/enable introspection is not woking as should be ```yml overblog_graphql: security: query_max_depth: 20 enable_introspection: '%env(bool:GRAPHQL_ENABLE_INTROSPECTION)%' ``` the issue is related to the set `setSecurity` method...