Skip to content

Commit

Permalink
Also work with Doctrine 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 24, 2015
1 parent 16df260 commit 8e37af1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion UPGRADE.md
Expand Up @@ -8,7 +8,6 @@
It also reintroduces the DoctrineModule\Form\Element\ObjectSelect behavior of v0.7.0, that permitted to set an ObjectSelect on an entity's attribute when no association was defined (OneToMany etc.)
[#272](https://github.com/doctrine/DoctrineORMModule/pull/272)
* The required PHP version is bumped to `5.3.23` [#306](https://github.com/doctrine/DoctrineORMModule/pull/306)
* Doctrine ORM minimal version is bumped to `2.5`
* Add support for second level cache (see docs about how to configure it)

# 0.8.0
Expand Down
3 changes: 0 additions & 3 deletions docs/configuration.md
Expand Up @@ -66,7 +66,6 @@ return array(
)
```

<<<<<<< HEAD
### How to enable and configure second-level cache

```php
Expand Down Expand Up @@ -99,7 +98,6 @@ return array(

You also need to add the `Cache` annotation to your model ([read more](http://doctrine-orm.readthedocs.org/en/latest/reference/second-level-cache.html#entity-cache-definition)).

=======
### Set a custom default repository

```php
Expand All @@ -112,7 +110,6 @@ You also need to add the `Cache` annotation to your model ([read more](http://do
)
```

>>>>>>> cf1bf47c9d06044ed676aced685fa74dda50dc00
### How to Use Two Connections

```php
Expand Down

0 comments on commit 8e37af1

Please sign in to comment.