You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,22 +44,6 @@ For cli usage from anywhere, install swagger-php globally and make sure to place
44
44
composer global require zircote/swagger-php
45
45
```
46
46
47
-
### radebatz/type-info-extras
48
-
`swagger-php` version `5.5` introduces a new type resolver used internally to determine the schema type
49
-
of properties (and other elements with a schema).
50
-
51
-
By default, a custom `LegacyTypeResolver` is used. If you are on PHP 8.2 or higher,
52
-
the `TypeInfoTypeResolver` can be used instead.
53
-
For this the [radebatz/type-info-extras](https://github.com/DerManoMann/type-info-extras) package is required.
54
-
Since it is optional, it needs to be installed manually. It will also add `symfony/type-info` as a dependency:
55
-
56
-
```shell
57
-
composer require radebatz/type-info-extras
58
-
```
59
-
60
-
If the library code is detected, `swagger-php` will automatically use it.
61
-
Advantages are re-use of 3rd party code, better stability and compatibility with future PHP versions.
62
-
63
47
### doctrine/annotations
64
48
As of version `4.8` the [doctrine annotations](https://www.doctrine-project.org/projects/annotations.html) library **is optional** and **no longer installed by default**.
0 commit comments