Skip to content

Commit dc13455

Browse files
committed
PHPLIB-120: Require PHP 5.4+
1 parent d126a76 commit dc13455

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{ "name": "Derick Rethans", "email": "github@derickrethans.nl" }
1111
],
1212
"require": {
13+
"php": ">=5.4",
1314
"ext-mongodb": "^1.0.0"
1415
},
1516
"autoload": {

0 commit comments

Comments
 (0)