Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
902a9972
Commit
902a9972
authored
Jan 05, 2015
by
Klimov Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MongoDB PHP extension min version raised up to 1.5.0
parent
135c54ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
README.md
extensions/mongodb/README.md
+1
-1
UPGRADE.md
extensions/mongodb/UPGRADE.md
+6
-0
composer.json
extensions/mongodb/composer.json
+1
-1
No files found.
extensions/mongodb/README.md
View file @
902a9972
...
@@ -7,7 +7,7 @@ This extension provides the [MongoDB](http://www.mongodb.org/) integration for t
...
@@ -7,7 +7,7 @@ This extension provides the [MongoDB](http://www.mongodb.org/) integration for t
Installation
Installation
------------
------------
This extension requires
[
MongoDB PHP Extension
](
http://us1.php.net/manual/en/book.mongo.php
)
version 1.
4
.0 or higher.
This extension requires
[
MongoDB PHP Extension
](
http://us1.php.net/manual/en/book.mongo.php
)
version 1.
5
.0 or higher.
The preferred way to install this extension is through
[
composer
](
http://getcomposer.org/download/
)
.
The preferred way to install this extension is through
[
composer
](
http://getcomposer.org/download/
)
.
...
...
extensions/mongodb/UPGRADE.md
View file @
902a9972
...
@@ -8,6 +8,12 @@ if you want to upgrade from version A to version C and there is
...
@@ -8,6 +8,12 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to following the instructions
version B between A and C, you need to following the instructions
for both A and B.
for both A and B.
Upgrade from Yii 2.0.1
----------------------
*
MongoDB PHP extension min version raised up to 1.5.0. You should upgrade your environment in case you are
using older version.
Upgrade from Yii 2.0.0
Upgrade from Yii 2.0.0
----------------------
----------------------
...
...
extensions/mongodb/composer.json
View file @
902a9972
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
],
],
"require"
:
{
"require"
:
{
"yiisoft/yii2"
:
"*"
,
"yiisoft/yii2"
:
"*"
,
"ext-mongo"
:
">=1.
4
.0"
"ext-mongo"
:
">=1.
5
.0"
},
},
"autoload"
:
{
"autoload"
:
{
"psr-4"
:
{
"yii
\\
mongodb
\\
"
:
""
}
"psr-4"
:
{
"yii
\\
mongodb
\\
"
:
""
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment