This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Doctrine
2020-06-09 16:07:03 +02:00
..
CacheWarmer [DoctrineBridge] try to fix deprecations from doctrine/persistence 2019-12-12 13:13:32 +01:00
DataCollector [DoctrineBridge] try to fix deprecations from doctrine/persistence 2019-12-12 13:13:32 +01:00
DataFixtures [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DependencyInjection Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
ExpressionLanguage Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Form [DoctrineBridge] Use new Types::* constants and support new json type 2020-02-24 14:11:05 +01:00
HttpFoundation Tweak the code to avoid fabbot false positives 2020-04-12 16:33:46 +02:00
Logger switched array() to [] 2019-01-16 10:39:14 +01:00
PropertyInfo [DoctrineBridge][DoctrineExtractor] Fix wrong guessed type for "json" type 2020-03-06 09:58:06 +01:00
Security Correctly use doctrine/dbal v3+ 2020-06-09 16:07:03 +02:00
Test Add missing annotation 2019-12-12 14:33:51 +01:00
Tests Handle fetch mode deprecation of DBAL 2.11. 2020-05-28 09:55:04 +02:00
Validator Use ::class constants instead of __NAMESPACE__ when possible 2019-12-16 11:25:54 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Add changelog for deprecated DbalSessionHandler 2017-10-05 15:13:44 +02:00
composer.json Remove patches for Doctrine bugs and deprecations 2020-05-08 11:45:13 +02:00
ContainerAwareEventManager.php Respect parent class contract in ContainerAwareDoctrineEventManager 2019-05-15 21:39:23 +03:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
ManagerRegistry.php stop using deprecated Doctrine persistence classes 2019-12-15 08:53:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RegistryInterface.php [DoctrineBridge] try to fix deprecations from doctrine/persistence 2019-12-12 13:13:32 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources