Skip to content

Commit

Permalink
Merge pull request #3 from Jalle19/fix-php71-compat
Browse files Browse the repository at this point in the history
Fix compatibility with PHP 7.1
  • Loading branch information
crisu83 authored Jun 7, 2017
2 parents 73ee283 + 603bd55 commit 4123e23
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 152 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/vendor/
composer.phar

tests/_output/*
tests/_output/*

.idea
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: php

dist: trusty
sudo: false

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"ircmaxell/random-lib": "~1.1"
"paragonie/sodium_compat": "^0.7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4123e23

Please sign in to comment.