3.0.0
版本发布时间: 2020-05-26 04:43:16
doctrine/common最新发布版本:3.4.4(2024-04-16 21:42:00)
Release 3.0.0
This release drops the following dependencies. If you depend on any of these classes, please require the dependencies directly:
- doctrine/inflector
- doctrine/cache
- doctrine/collections
- doctrine/lexer
- doctrine/annotations
- doctrine/event-manager
- doctrine/reflection
After requiring those dependencies directly, please update the composer.json constraint for doctrine/common
to ^2.13 || ^3.0
.
The following deprecated classes were dropped:
-
Doctrine\Common\Lexer
=>Doctrine\Common\Lexer\AbstractLexer
-
Doctrine\Common\Util\Inflector
=>Doctrine\Inflector\Inflector
-
Doctrine\Common\Version
(no replacement)
3.0.0
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
893: Drop packages available stand-alone thanks to @alcaeus