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
Nicolas Grekas 5a06f94c08 Merge branch '3.4' into 4.3
* 3.4:
  SCA: minor code tweaks
  [HttpKernel] Fix Apache mod_expires Session Cache-Control issue
  Fix getFileLinkFormat() to avoid returning the wrong URL in Profiler
2019-09-08 22:39:53 +02:00
..
CacheWarmer [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DataCollector Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
DataFixtures [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DependencyInjection Merge branch '3.4' into 4.3 2019-09-08 22:39:53 +02:00
Form Merge branch '3.4' into 4.3 2019-08-26 13:29:20 +02:00
Logger switched array() to [] 2019-01-16 10:39:14 +01:00
Messenger [Messenger] fix retrying handlers using DoctrineTransactionMiddleware 2019-06-24 15:34:54 +01:00
PropertyInfo Fix inconsistent return points. 2019-08-20 16:27:59 +02:00
Security Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Test Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Tests Merge branch '3.4' into 4.3 2019-08-26 13:29:20 +02:00
Validator Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Rephrase Doctrine Bridge changelog 2019-04-28 16:16:24 +01:00
composer.json fix deps=low 2019-08-22 10:16:11 +02:00
ContainerAwareEventManager.php add parameter type declarations to private methods 2019-07-27 08:08:43 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
ManagerRegistry.php [DoctrineBridge] [DX] Update exception text in ManagerRegistry::resetService to avoid confusion. 2019-04-15 11:42:18 +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 Fixed minor typos 2018-12-28 12:28:01 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources