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. * 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 3.3.0
----- -----

View File

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