Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Merge branch '1.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Feb 25, 2015
2 parents d9b284b + 5cd7ab2 commit 6343a46
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
phpunit.xml
vendor
composer.lock
composer.phar

vendor/
8 changes: 7 additions & 1 deletion CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ the older and newer versions, respectively.
To generate a changelog summary since the last version, run
`git log --no-merges --oneline XXX...1.0.x`

1.0.11 (2015-02-24)
-------------------

* e18ed83 Start tracking composer.lock in git
* 996a4d3 Allow ~2.1 for doctrine/common

1.0.10 (2015-01-30)
------------------
-------------------

* 7cc3ad0 Fix Connection::isConnected() for driver versions 1.5.0+
* 2a68c2a Allow 1.6.x driver versions in composer.json
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ CHANGELOG for 1.1.x
This changelog references the relevant changes (bug and security fixes) done
in 1.1.x patch versions.

1.1.8 (2015-02-24)
------------------

* [#207](https://github.com/doctrine/mongodb/pull/207): Bump doctrine/common dependency

1.1.7 (2015-01-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=5.3.2",
"ext-mongo": ">=1.2.12,<1.7-dev",
"doctrine/common": ">=2.1.0,<2.5-dev"
"doctrine/common": "~2.1"
},
"require-dev": {
"jmikola/geojson": "~1.0"
Expand Down
Loading

0 comments on commit 6343a46

Please sign in to comment.