From e87e8991d29d3ccadf3c835fca26ccfb03fee3a8 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Thu, 19 Nov 2015 16:52:06 -0500 Subject: [PATCH] Remove PHP 5.3 from Travis, add polyfill for hash_equals --- .travis.yml | 1 - composer.json | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 260de0a..77a60dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ php: - "5.6" - "5.5" - "5.4" -- "5.3" - "hhvm" sudo: false diff --git a/composer.json b/composer.json index 868b9ce..fb88c0d 100644 --- a/composer.json +++ b/composer.json @@ -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.*"