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 c5aa4f0a7e Merge branch '2.8' into 3.1
* 2.8:
  [FrameworkBundle] Check for class existence before is_subclass_of
  Update GroupSequence.php
  Code enhancement and cleanup
  [Form] Fix transformer tests after the ICU update
  [DI] Add anti-regression test
  Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)"
  bumped Symfony version to 2.8.11
  updated VERSION for 2.8.10
  updated CHANGELOG for 2.8.10
  [BrowserKit] Fix cookie expiration on 32 bit systems
  bumped Symfony version to 2.7.18
  updated VERSION for 2.7.17
  update CONTRIBUTORS for 2.7.17
  updated CHANGELOG for 2.7.17
  Update misleading comment about RFC4627
2016-09-06 13:02:40 +02:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector [DoctrineBridge] Fix issue which prevent the profiler to explain a query 2015-10-27 19:18:52 -07:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection Merge branch '2.8' into 3.1 2016-09-06 13:02:40 +02:00
ExpressionLanguage unified return null usages 2014-04-18 22:38:54 +02:00
Form Merge branch '3.0' into 3.1 2016-07-05 13:09:33 +02: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 [PropertyInfo] Extract nullable and collection key type for Doctrine associations 2016-03-30 17:32:47 +08:00
Security Merge branch '2.8' into 3.1 2016-08-31 10:07:33 +02:00
Test [tests] Use @requires annotation when possible 2015-10-10 10:57:40 +02:00
Tests Merge branch '2.8' into 3.1 2016-08-31 10:07:33 +02:00
Validator Merge branch '3.0' into 3.1 2016-07-10 10:05:47 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Form] [DoctrineBridge] updated changelogs after #18359 2016-04-29 11:10:43 +02:00
composer.json Merge branch '3.0' 2016-04-28 12:08:49 +02:00
ContainerAwareEventManager.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
ManagerRegistry.php Remove deprecated ContainerAware class and make use of the trait in another class 2015-11-04 18:12:35 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01: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