NelmioApiDocBundle/Tests
Christopher Davis 530311c489 Check Min and Max in Length Constraints Before Setting in Schemas
Sometimes folks will set a `min` length without a max, for instance and
the generated open api schema would previously have been nonsense:

```
"property": {
  "type":"string",
  "maxLength":0,
  "minLength":1
}
```
2021-02-10 10:33:55 -06:00
..
Command Add dump command to print out swagger JSON. (#1537) (#1540) 2020-05-31 11:39:50 +02:00
DependencyInjection Add php 8 support (#1745) 2020-12-10 21:59:36 +01:00
Describer Add php 8 support (#1745) 2020-12-10 21:59:36 +01:00
Functional Merge pull request #1776 from chrisguitarguy/discriminator_field 2021-02-08 22:46:49 +01:00
Model OpenApi 3 Support (#1623) 2020-05-28 13:19:11 +02:00
ModelDescriber Check Min and Max in Length Constraints Before Setting in Schemas 2021-02-10 10:33:55 -06:00
RouteDescriber Fix access to api->components in RouteMetadataDescriber (#1635) 2020-05-30 18:24:51 +02:00
Routing Merge branch '3.x' 2020-12-10 22:31:55 +01:00
SwaggerPhp Fix Declaration must be compatible error with tests (#1638) 2020-05-31 15:16:51 +02:00
ApiDocGeneratorTest.php Move the OpenApi processing to ApiDocGenerator (#1671) 2020-07-06 19:50:34 +02:00