File tree 3 files changed +6
-11
lines changed
3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ language: php
2
2
3
3
matrix :
4
4
include :
5
- - php : 5.6
6
- - php : 7.0
7
5
- php : 7.1
8
6
- php : 7.2
9
7
- php : 7.3
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"league/oauth2-client" : " ^2.0" ,
23
- "web-token/jwt-core" : " ^2.0 " ,
24
- "web-token/jwt-signature-algorithm-ecdsa" : " ^2.0 " ,
25
- "web-token/jwt-key-mgmt" : " ^2.0 " ,
26
- "ext-json " : " * " ,
27
- "web-token/jwt-signature-algorithm-rsa " : " ^2.0 "
23
+ "web-token/jwt-core" : " ^1 " ,
24
+ "web-token/jwt-signature-algorithm-ecdsa" : " ^1 " ,
25
+ "web-token/jwt-key-mgmt" : " ^1 " ,
26
+ "web-token/jwt-signature-algorithm-rsa " : " ^1 " ,
27
+ "ext-json " : " * "
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ~4.0" ,
44
44
},
45
45
"extra" : {
46
46
"branch-alias" : {
47
- "dev-master" : " 1.0 .x-dev"
47
+ "dev-master" : " 0.1 .x-dev"
48
48
}
49
49
}
50
50
}
Original file line number Diff line number Diff line change 5
5
use InvalidArgumentException ;
6
6
use Jose \Component \Core \AlgorithmManager ;
7
7
use Jose \Component \Core \JWKSet ;
8
- use Jose \Component \Core \JWT ;
9
- use Jose \Component \Signature \Algorithm \ES256 ;
10
8
use Jose \Component \Signature \Algorithm \RS256 ;
11
- use Jose \Component \Signature \JWS ;
12
9
use Jose \Component \Signature \JWSVerifier ;
13
10
use Jose \Component \Signature \Serializer \CompactSerializer ;
14
11
You can’t perform that action at this time.
0 commit comments