We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfff17a + 2101221 commit 68e50e9Copy full SHA for 68e50e9
.travis.yml
@@ -11,8 +11,6 @@ env:
11
12
matrix:
13
include:
14
- - php: 5.3
15
- dist: precise
16
- php: 7.1
17
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable
18
composer.json
@@ -13,7 +13,7 @@
"antimattr/mongodb-migrations" : "*"
},
"require": {
- "php": ">=5.3.2",
+ "php": ">=5.4.45",
"doctrine/mongodb": "1.*",
"symfony/console": "^2.5|^3.0|^4",
19
"symfony/yaml": "^2.5|^3.0|^4"
0 commit comments