Skip to content

Commit

Permalink
Merge branch 'travis-php7273'
Browse files Browse the repository at this point in the history
Closes #90
  • Loading branch information
akrabat committed Nov 2, 2018
2 parents e416320 + 18775db commit 1f523bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=5.5.0",
"psr/http-message": "^1.0",
"paragonie/random_compat": "^1.1|^2.0"
"paragonie/random_compat": "^1.1|^2.0|^9.99"
},
"require-dev": {
"slim/slim": "~3.0",
Expand Down

0 comments on commit 1f523bc

Please sign in to comment.