Merge branch '3.x'

This commit is contained in:
Guilhem Niot 2020-07-24 17:00:10 +02:00
commit 34598be7ee
2 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,9 @@ CHANGELOG
-----
* Added `@SerializedName` annotation support and name converters when using Symfony >= 4.2.
* remove pattern added from the Expression Violation message.
* Removed pattern added from the Expression Violation message.
* Added FOSRestBundle 3.x support
* Added `@SWG` annotations support at methods level in models
3.3.0
-----

View File

@ -58,7 +58,10 @@
"autoload": {
"psr-4": {
"Nelmio\\ApiDocBundle\\": ""
}
},
"exclude-from-classmap": [
"/Tests/"
]
},
"extra": {
"branch-alias": {