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
206ae32b
Commit
206ae32b
authored
Oct 02, 2017
by
Fabien Villepinte
Committed by
Jeremy Mikola
Oct 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPLIB-291: Specify all extension requirements in composer.json
parent
f96124f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
composer.json
composer.json
+2
-0
No files found.
composer.json
View file @
206ae32b
...
...
@@ -11,6 +11,8 @@
],
"require"
:
{
"php"
:
">=5.4"
,
"ext-hash"
:
"*"
,
"ext-json"
:
"*"
,
"ext-mongodb"
:
"^1.3.0"
},
"require-dev"
:
{
...
...
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