Add recipe for outcomer/symfony-json-schema-validation#1923
Add recipe for outcomer/symfony-json-schema-validation#1923symfony-recipes-bot merged 4 commits intosymfony:mainfrom
Conversation
outcomer
commented
Jan 15, 2026
| Q | A |
|---|---|
| License | MIT |
| Packagist | https://packagist.org/packages/outcomer/symfony-json-schema-validation |
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. |
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
|
The "Run updated recipes" check fails because the package requires PHP 8.2+ and Symfony 7.4+. The CI tests against Symfony 6 with PHP 8.1, which is not a supported configuration for this bundle.
This is expected behavior - the recipe will only apply for users running compatible PHP/Symfony versions. Package requirements: PHP >= 8.2 |