Releases: CHStudio/Raven
Move to "devizzent/cebe-php-openapi"
Fix dependencies constraints
Thanks to @emyrtille, we have now a more valid dependencies constraint definition. Having strict constraints on a lib is not really helpful because it blocks installing the tool on a lot of different projects.
Request URI parameters have their own Resolver now!
This release introduces a new object in the CHStudio\Raven\Http\Factory
namespace named: RequestUriParametersResolver
.
Its goal is to allow resolving URI parameters value using a ValueResolverInterface
object. You can use Faker or your own logic to resolve your params ^^
Check the updated README to know how to use it.
Also the BodyResolverInterface
was renamed ValueResolverInterface
to be more convenient with the logic. It will be used on different kind of things, not just the Body.
Welcome to Raven !
This is the first release for this library, now we are able to test OpenAPI docs !