Skip to content

Commit

Permalink
Merge pull request #106 from creof/sadortun-patch-1
Browse files Browse the repository at this point in the history
Sadortun patch 1
  • Loading branch information
sadortun committed Nov 8, 2015
2 parents bc44d95 + ea021c3 commit a237abe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -12,11 +12,15 @@ Doctrine2 multi-platform support for spatial types and functions. Currently MySQ
Documentation can be found at [here](./doc/index.md)

## composer.json

```javascript
{
"require": {
...
"creof/doctrine2-spatial": ">=0.1"
```
You will also have to change the version requirement of doctrine to at least 2.3:
```javascript

"doctrine/orm": ">=2.3",
```

0 comments on commit a237abe

Please sign in to comment.