Skip to content

Commit

Permalink
Dropping 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hughes committed Aug 23, 2019
1 parent 5e5394b commit 586e684
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- '7.1'
- '7.2'
- '7.3'
before_script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A library to verify Twitch JWT tokens.

## Requirements

- PHP 7.1+
- PHP 7.2+
- ext-json

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"minimum-stability": "stable",
"require": {
"php": "^7.1",
"php": "^7.2",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.7",
"psr/http-message": "^1.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 586e684

Please sign in to comment.