File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Loads routes in Symfony based on [OpenAPI/Swagger annotations](https://github.co
11
11
Version >= 1.2 requires zircote/swagger-php 3.x which is compatible with the OpenAPI Specification version 3.
12
12
Version < 1.2 requires zircote/swagger-php 2.x which works with the OpenAPI Specification version 2 (fka Swagger).
13
13
So tobion/openapi-symfony-routing can be used with both OpenAPI v2 and v3 and composer will select the compatible one for your dependencies.
14
- Route loading stays the same between version . You just need to update the annotations when migrating from OpenAPI v2 to v3.
14
+ Route loading stays the same between those versions . You just need to update the annotations when migrating from OpenAPI v2 to v3.
15
15
16
16
## Basic Usage
17
17
You can’t perform that action at this time.
0 commit comments