l-you
l-you
GraphqLite is failing to install with my Symfony 6 project. Some of packages require v2 of [psr/container](https://github.com/php-fig/container) [psr/container](https://github.com/php-fig/container) v2 is required. Tried to resolve, but [picontainer](https://github.com/thecodingmachine/picotainer) locked psr/container v1.
Maybe somebody would like to implement this in future? ### Discussed in https://github.com/aralroca/next-translate/discussions/1003 Originally posted by **rusted-love** March 11, 2023 Is there a tool that validates a key for each...
Fixes https://github.com/FriendsOfSymfony/FOSElasticaBundle/issues/1932. Add PHP 8.3 tests. This PR replaces https://github.com/FriendsOfSymfony/FOSElasticaBundle/pull/1931 and https://github.com/FriendsOfSymfony/FOSElasticaBundle/pull/1930.
[Symfony 7 released](https://symfony.com/blog/prepare-yourself-for-symfony-6-4-and-symfony-7-0). Please, bump `symfony/console`, `symfony/framework-bundle` and `symfony/dependency-injection` component to the latest version.
Consider following example ``` use App\GraphQL\Service\RequestService; use Overblog\GraphQLBundle\Annotation\Mutation; use Overblog\GraphQLBundle\Annotation\Provider; use Overblog\GraphQLBundle\Annotation\Query; use Overblog\GraphQLBundle\Definition\Resolver\QueryInterface; #[Provider] class TestProvider implements QueryInterface { public function __construct(private readonly RequestService $requestService) { } #[Query(name: 'ssss')]...
`nikic/php-parser v5` is out! https://github.com/nikic/PHP-Parser/releases/tag/v5.0.0 Would be great to update a `jane-php/json-schema` required dependencies.
[Symfony 7 released](https://symfony.com/blog/prepare-yourself-for-symfony-6-4-and-symfony-7-0). `jane-php/open-api-runtime` is locked to `symfony/[email protected]`. Look at [Packagist dependency section](https://packagist.org/packages/jane-php/open-api-runtime). Please, add `symfony/[email protected]` to list of supported versions. Edit: Same goes for `symfony/yaml`.
**Jane version(s) affected**: 7.5.4 **Description** Following error raised after `Warning: Undefined array key "" ` warning. ``` Fatal error: Uncaught TypeError: Jane\Component\OpenApi3\Generator\Parameter\NonBodyParameterGenerator::convertParameterType(): Return value must be of type array, null...
NextJS thrown an error. I use the latest Chrome version on MacOS. I was navigating through documentation website. Website crashed when I clicked [Synonyms](https://www.meilisearch.com/docs/learn/configuration/synonyms) tab. Could not reproduce second time.
I widely use GraphQLite for admin console in my Symphony project. I really enjoy it! The only reason I don't use it for public API is overhead in execution speed....