jane-php / json-schema-bundle
Jane JsonSchema Symfony Bundle
v7.8.1
2024-01-31 09:18 UTC
Requires
- php: ^8.0
- jane-php/json-schema: ^7.5
Requires (Dev)
- phpunit/phpunit: ^8.5
- symfony/framework-bundle: ^5.4 || ^6.4 || ^7.0
Conflicts
- symfony/framework-bundle: 5.1.0
This package is auto-updated.
Last update: 2024-10-29 14:39:48 UTC
README
The component ships a Bundle to allow a quick integration with Symfony for the JsonSchema component of Jane.
Note: If you use Symfony Flex, the configuration is automatic
To use it, you just have to add the main bundle class to your config/bundles.php
file.
return [
// ...
Jane\Bundle\JsonSchemaBundle\JaneJsonSchemaBundle::class => ['dev' => true],
];