Browse Source

Testing support for PHP 7.1

Curtis Farnham 7 years ago
parent
commit
a4ef6290a5
2 changed files with 1 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 0 1
      composer.json

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ php:
   - 5.5
   - 5.6
   - 7.0
+  - 7.1
 before_script:
   - composer install
 script: vendor/bin/phpunit

+ 0 - 1
composer.json

@@ -21,7 +21,6 @@
     ],
     "require": {
         "php": ">=5.5.0",
-        "ext-mcrypt": "*",
 		"sarciszewski/php-future": "0.4.*"
     },
     "require-dev": {