Skip to content

Commit

Permalink
Setting support at PHP 5.6
Browse files Browse the repository at this point in the history
The dev dependencies are too hard to figure out for all versions of PHP.
  • Loading branch information
pleonasm committed Oct 8, 2017
1 parent 629fafd commit 3c26d6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,6 @@ php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
before_script: composer -n --prefer-source install --dev
script: vendor/bin/phpunit
after_script: php vendor/bin/coveralls
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"issues": "https://github.com/pleonasm/bloom-filter/issues"
},
"require": {
"php": ">=5.4.0"
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c26d6b

Please sign in to comment.