Skip to content

Commit 7b1a323

Browse files
author
Spencer Rinehart
committed
Remove PHP 5.3 support.
5.3 is now [EOL] and there is no reason for us to continue to support this version from this moment on. Users needing PHP 5.3 support can use the previous version. [EOL]: http://php.net/archive/2014.php#id2014-08-14-1
1 parent 10ac5dc commit 7b1a323

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)