We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe82c6 commit fb790c9Copy full SHA for fb790c9
1 file changed
README.md
@@ -11,7 +11,7 @@ Loads routes in Symfony based on [OpenAPI/Swagger annotations](https://github.co
11
Version >= 1.2 requires zircote/swagger-php 3.x which is compatible with the OpenAPI Specification version 3.
12
Version < 1.2 requires zircote/swagger-php 2.x which works with the OpenAPI Specification version 2 (fka Swagger).
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.
+Route loading stays the same between those versions. You just need to update the annotations when migrating from OpenAPI v2 to v3.
15
16
## Basic Usage
17
0 commit comments