bnnvara / graphql-bundle
GraphQL package for BNNVARA
4.0
2024-06-10 13:13 UTC
Requires
- php: ^8.3
- ext-json: *
- overblog/graphql-bundle: ^1.0
- symfony/http-foundation: *
- symfony/serializer-pack: ^1.3
Requires (Dev)
- dev-master
- 4.x-dev
- 4.0
- 3.x-dev
- 3.2.0
- 3.1.0
- 3.0.1
- 3.0
- v3.0-ALPHA1
- 2.x-dev
- 2.5
- 2.4
- 2.3
- 2.2.4
- 2.2.3
- 2.2.2
- v2.2.1
- v2.2.0
- v2.0.1
- v2.0.0
- v1.1.1
- v1.1.0
- v1.0.0
- v0.8.6
- v0.8.5
- 0.8.4
- 0.8.3
- 0.8.1
- dev-feature/update-sf-php
- dev-sonarcloud-integration
- dev-feature/upgrade-php80
- dev-multi-version-tests
- dev-develop
- dev-version-bump
This package is auto-updated.
Last update: 2024-10-18 09:49:15 UTC
README
Installation
Using Composer:
composer require bnnvara/graphql-bundle
Enable the bundle in bundles.php
.
return [
...
BNNVARA\GraphQLBundle\BNNVARAGraphQlBundle::class => ['all' => true],
...
];