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-10-31 23:44:29 +01:00
..
CacheWarmer Require doctrine/persistence ^1.3 2019-12-12 15:53:41 +01:00
DataCollector Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
DataFixtures [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DependencyInjection Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Form Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Logger Add types to constructors and private/final/internal methods (Batch III) 2019-10-07 13:33:25 +02:00
Messenger [DoctrineBridge] work around Connection::ping() deprecation 2020-06-28 16:59:58 +02:00
PropertyInfo Merge branch '3.4' into 4.4 2020-10-20 13:58:22 +02:00
Security Merge branch '3.4' into 4.4 2020-09-27 16:14:06 +02:00
Test Merge branch '4.3' into 4.4 2019-12-12 16:02:38 +01:00
Tests Set constant visibility in tests to private where possible. 2020-10-31 23:44:29 +01:00
Validator Merge branch '4.3' into 4.4 2019-12-16 12:07:37 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Validation][FrameworkBundle] Allow EnableAutoMapping to work without auto-mapping namespaces 2019-12-17 09:15:02 +01:00
composer.json Remove dependency on doctrine/reflection 2020-10-28 19:09:12 +01:00
ContainerAwareEventManager.php Import return annotations from vendors 2019-08-14 15:27:41 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
ManagerRegistry.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02: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 Merge branch '4.3' into 4.4 2019-12-12 16:02:38 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources