Files
symfony-flex-recipes-contrib/outcomer/symfony-json-schema-validation/1.0/manifest.json
T
David EvdoshchenkoandGitHub fd2b29af77 Add recipe for outcomer/symfony-json-schema-validation (#1923)
* Add recipe for outcomer/symfony-json-schema-validation

* Add PHP and Symfony framework requirements to manifest.json

* Refactor manifest.json to remove PHP and Symfony framework requirements

* Remove Symfony version requirements from manifest.json
2026-01-20 04:17:04 +04:00

18 lines
694 B
JSON

{
"bundles": {
"Outcomer\\ValidationBundle\\OutcomerValidationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Configure</> your JSON Schema validation in <comment>config/packages/outcomer_validation.yaml</>",
" * <fg=blue>Create</> your first schema in <comment>config/validation/schemas/</>",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/outcomer/symfony-json-schema-validation</>"
]
}