We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344b002 commit 023d3daCopy full SHA for 023d3da
README.md
@@ -8,7 +8,7 @@ This bundle is for using [Doctrine Postgres Types](https://github.com/opensoft/d
8
Documentation
9
-------------
10
11
-[Read the documentation](doc/index.md)
+[Read the documentation](docs/index.md)
12
13
License
14
-------
docs/index.md
@@ -9,16 +9,16 @@ Run from terminal:
$ composer require garak/doctrine-postgres-types-bundle
```
-Enable bundle in the kernel:
+Unless you're using Flex, enable bundle in the kernel:
```php
15
<?php
16
// app/AppKernel.php
17
public function registerBundles()
18
{
19
- $bundles = array(
+ $bundles =
20
// ...
21
new Garak\DoctrinePostgresTypesBundle\DoctrinePostgresTypesBundle(),
22
- );
+ ];
23
}
24
0 commit comments