Skip to content

Commit

Permalink
Merge pull request #16 from doesntmattr/fix/remove-php5.3
Browse files Browse the repository at this point in the history
Fix/remove php5.3
  • Loading branch information
caciobanu authored Feb 19, 2018
2 parents cfff17a + 2101221 commit 68e50e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:

matrix:
include:
- php: 5.3
dist: precise
- php: 7.1
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"symfony/yaml": "^2.5|^3.0|^4"
Expand Down

0 comments on commit 68e50e9

Please sign in to comment.