Skip to content

Commit a138db0

Browse files
author
Jonathan Gaillard
committed
Merge pull request #33 from nubs/master
Remove PHP 5.3 support.
2 parents 10ac5dc + 7b1a323 commit a138db0

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22
php:
33
- 5.6
4-
- 5.3
4+
- 5.4
55
env:
66
- EXT_VERSION=1.3.7 DB_PACKAGE=mongodb-10gen
77
- EXT_VERSION=1.3.7 DB_PACKAGE=mongodb-org

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"license": "MIT",
2323
"require": {
24-
"php": ">=5.3.2",
24+
"php": "~5.4",
2525
"ext-mongo": "~1.3"
2626
},
2727
"require-dev": {

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)