Skip to content

Commit

Permalink
Remove PHP 5.3 from Travis, add polyfill for hash_equals
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Nov 19, 2015
1 parent ae1bddb commit e87e899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ php:
- "5.6"
- "5.5"
- "5.4"
- "5.3"
- "hhvm"

sudo: false
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"require": {
"phpseclib/phpseclib": "^2.0",
"defuse/php-encryption": "^1.2"
"defuse/php-encryption": "^1.2",
"sarciszewski/php-future": "^0.4"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
Expand Down

0 comments on commit e87e899

Please sign in to comment.