mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #95] [MERGED] MongoDbStorage upgrade #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/KeyValueStore/pull/95
Author: @EmanueleMinotto
Created: 9/8/2019
Status: ✅ Merged
Merged: 9/11/2019
Merged by: @EmanueleMinotto
Base:
master← Head:issues/93📝 Commits (5)
6f154f5Add mongodb/mongodb dependencya50dadeReplace legacy Mongo class with MongoDB Client3800fa4Add mongo to Travisb62b9eaDrop PHP 5.5 support218a870Create UPGRADE.md📊 Changes
8 files changed (+123 additions, -175 deletions)
View changed files
📝
.travis.yml(+1 -6)➕
UPGRADE.md(+7 -0)📝
composer.json(+2 -1)📝
docs/reference/basic-usage.rst(+1 -1)📝
docs/reference/configuration.rst(+6 -9)📝
lib/Doctrine/KeyValueStore/Storage/MongoDbStorage.php(+40 -72)📝
tests/Doctrine/Tests/KeyValueStore/Storage/MongoDbStorageTest.php(+66 -84)📝
tests/travis.sh(+0 -2)📄 Description
Fixes https://github.com/doctrine/KeyValueStore/issues/93
Things done:
ext-mongowithmongodb/mongodb:^1.4🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.