Skip to content

Commit

Permalink
Merge pull request #41 from cjsaylor/fix-negative-bit-shift
Browse files Browse the repository at this point in the history
Fix negative bit shift
  • Loading branch information
cjsaylor authored Nov 20, 2018
2 parents 19db897 + 112583b commit e9d0a2b
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 102 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ language: php
dist: trusty
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.6",
"psr/log": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "4.4.*",
"phpunit/phpunit": "4.7.*",
"squizlabs/php_codesniffer": "2.6.*"
},
"autoload": {
Expand Down
Loading

0 comments on commit e9d0a2b

Please sign in to comment.