mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-13 04:59:24 +03:00
Merge branch '3.x'
This commit is contained in:
commit
34598be7ee
@ -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
|
||||||
-----
|
-----
|
||||||
|
@ -58,7 +58,10 @@
|
|||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Nelmio\\ApiDocBundle\\": ""
|
"Nelmio\\ApiDocBundle\\": ""
|
||||||
}
|
},
|
||||||
|
"exclude-from-classmap": [
|
||||||
|
"/Tests/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user