Skip to content

Commit

Permalink
Try to wide required PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelana committed Jan 11, 2018
1 parent bf119f3 commit d9fc006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
]
},
"require": {
"php": ">=5.6.0",
"php": ">=5.4.0",
"ext-bcmath": "*"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
"phpunit/phpunit": ">=4.0,<6.0"
}
}

0 comments on commit d9fc006

Please sign in to comment.