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
Fabien Potencier 6700d448ed Merge branch '3.4'
* 3.4:
  [CS] Apply phpdoc_annotation_without_dot
  bumped Symfony version to 3.3.10
  updated VERSION for 3.3.9
  updated CHANGELOG for 3.3.9
  [DomCrawler] Fix conversion to int on GetPhpFiles
  Remove `protected_to_private` rule.
  Filtering empty uuids in ORMQueryBuilderLoader.
2017-09-11 13:45:27 -07:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector DoctrineDataCollector: taught sanitizeParam to support classes with __toString implemented. 2017-03-02 10:22:46 -08:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection Merge branch '3.3' into 3.4 2017-09-11 13:45:17 -07:00
Form Merge branch '3.4' 2017-09-11 13:45:27 -07:00
HttpFoundation fixed CS 2016-07-18 11:42:57 +02:00
Logger Replace iconv_*() uses by mb_*(), add mbstring polyfill when required 2016-04-14 10:48:44 +02:00
PropertyInfo Merge branch '3.3' into 3.4 2017-07-26 08:46:38 +02:00
Security [DoctrineBridge] Fix deprecation message/documentation of implementing UserProviderInterface using the entity provider 2016-11-17 00:18:19 +01:00
Test Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
Tests Merge branch '3.4' 2017-09-11 13:45:27 -07:00
Validator Merge branch '2.8' into 3.2 2017-07-03 11:06:20 +03:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '3.4' 2017-07-12 16:12:10 +02:00
composer.json minor #23766 Consistently use 7 chars of sha256 for hash-based id generation (nicolas-grekas) 2017-08-03 14:04:31 +02:00
ContainerAwareEventManager.php [DoctrineBridge][Routing] Require PSR-11 container instead of Symfony container 2017-03-12 08:32:31 -07:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
ManagerRegistry.php Merge branch '3.4' 2017-08-07 20:06:09 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RegistryInterface.php Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources