-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge origin/2.2.x into 3.0.x (using imerge)
- Loading branch information
Showing
47 changed files
with
791 additions
and
4,949 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
/phpcs.xml | ||
/.phpcs-cache | ||
/.phpunit.result.cache | ||
/composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
UPGRADE FROM 2.1 to 2.2 | ||
======================= | ||
|
||
* Deprecated using doctrine/cache for metadata caching. The `setCacheDriver` and | ||
`getCacheDriver` methods in `Doctrine\Persistence\Mapping\AbstractMetadata` | ||
have been deprecated. Please use `getCache` and `setCache` with a PSR-6 | ||
implementation instead. Note that even after switching to PSR-6, | ||
`getCacheDriver` will return a cache instance that wraps the PSR-6 cache. | ||
Note that if you use a custom implementation of doctrine/cache, the library | ||
may not be able to provide a forward compatibility layer. The cache | ||
implementation MUST extend the `Doctrine\Common\Cache\CacheProvider` class. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.