Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
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
sinan
mongo-php-library
Commits
3de2734f
Commit
3de2734f
authored
Dec 19, 2016
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #315
parents
6e636cb8
c74b6432
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
README.md
README.md
+1
-1
install-php-library.txt
docs/tutorial/install-php-library.txt
+1
-1
No files found.
CONTRIBUTING.md
View file @
3de2734f
...
@@ -142,7 +142,7 @@ https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1
...
@@ -142,7 +142,7 @@ https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1
This library may be installed or upgraded with:
This library may be installed or upgraded with:
composer require
"mongodb/mongodb=^1.0.0"
composer require
mongodb/mongodb
Installation instructions for the PHP and HHVM driver may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
Installation instructions for the PHP and HHVM driver may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
```
```
...
...
README.md
View file @
3de2734f
...
@@ -36,7 +36,7 @@ The preferred method of installing this library is with
...
@@ -36,7 +36,7 @@ The preferred method of installing this library is with
[
Composer
](
https://getcomposer.org/
)
by running the following from your project
[
Composer
](
https://getcomposer.org/
)
by running the following from your project
root:
root:
$ composer require
"mongodb/mongodb=^1.0.0"
$ composer require
mongodb/mongodb
## Reporting Issues
## Reporting Issues
...
...
docs/tutorial/install-php-library.txt
View file @
3de2734f
...
@@ -33,7 +33,7 @@ root:
...
@@ -33,7 +33,7 @@ root:
.. code-block:: sh
.. code-block:: sh
composer require
"mongodb/mongodb=^1.0.0"
composer require
mongodb/mongodb
While not recommended, you may also manually install the package via
While not recommended, you may also manually install the package via
the source tarballs attached to the `GitHub releases
the source tarballs attached to the `GitHub releases
...
...
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