Skip to content

Commit 68e50e9

Browse files
authored
Merge pull request #16 from doesntmattr/fix/remove-php5.3
Fix/remove php5.3
2 parents cfff17a + 2101221 commit 68e50e9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ env:
1111

1212
matrix:
1313
include:
14-
- php: 5.3
15-
dist: precise
1614
- php: 7.1
1715
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable
1816

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"antimattr/mongodb-migrations" : "*"
1414
},
1515
"require": {
16-
"php": ">=5.3.2",
16+
"php": ">=5.4.45",
1717
"doctrine/mongodb": "1.*",
1818
"symfony/console": "^2.5|^3.0|^4",
1919
"symfony/yaml": "^2.5|^3.0|^4"

0 commit comments

Comments
 (0)