Skip to content

Commit

Permalink
Downgraded web-token library to PHP ^7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbussmann committed Oct 18, 2019
1 parent 573221e commit 0c132be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: php

matrix:
include:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"require": {
"league/oauth2-client": "^2.0",
"web-token/jwt-core": "^2.0",
"web-token/jwt-signature-algorithm-ecdsa": "^2.0",
"web-token/jwt-key-mgmt": "^2.0",
"ext-json": "*",
"web-token/jwt-signature-algorithm-rsa": "^2.0"
"web-token/jwt-core": "^1",
"web-token/jwt-signature-algorithm-ecdsa": "^1",
"web-token/jwt-key-mgmt": "^1",
"web-token/jwt-signature-algorithm-rsa": "^1",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand All @@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "0.1.x-dev"
}
}
}
3 changes: 0 additions & 3 deletions src/Token/AppleAccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
use InvalidArgumentException;
use Jose\Component\Core\AlgorithmManager;
use Jose\Component\Core\JWKSet;
use Jose\Component\Core\JWT;
use Jose\Component\Signature\Algorithm\ES256;
use Jose\Component\Signature\Algorithm\RS256;
use Jose\Component\Signature\JWS;
use Jose\Component\Signature\JWSVerifier;
use Jose\Component\Signature\Serializer\CompactSerializer;

Expand Down

0 comments on commit 0c132be

Please sign in to comment.