File tree Expand file tree Collapse file tree 3 files changed +990
-1185
lines changed
Expand file tree Collapse file tree 3 files changed +990
-1185
lines changed Original file line number Diff line number Diff line change 33 "description" : " Support library for signing Samsung Knox API access tokens" ,
44 "type" : " library" ,
55 "require" : {
6+ "php" : " >=7.4" ,
67 "ext-json" : " *" ,
78 "firebase/php-jwt" : " ^5.0" ,
89 "ramsey/uuid" : " ^3.8 || ^4.0"
910 },
1011 "require-dev" : {
1112 "phpunit/phpunit" : " ^9.3" ,
12- "friendsofphp/php-cs-fixer" : " ^3.1 " ,
13- "phpstan/phpstan" : " ^0.12.47 " ,
14- "phpstan/phpstan-phpunit" : " ^0.12.16 "
13+ "friendsofphp/php-cs-fixer" : " ^3.11 " ,
14+ "phpstan/phpstan" : " ^1.8.6 " ,
15+ "phpstan/phpstan-phpunit" : " ^1.1 "
1516 },
1617 "license" : " MIT" ,
1718 "authors" : [
3031 "Proget\\ Tests\\ Samsung\\ KnoxToken\\ " : " tests/"
3132 }
3233 },
34+ "config" : {
35+ "platform" : {
36+ "php" : " 7.4.30"
37+ }
38+ },
3339 "scripts" : {
3440 "check-cs" : " php-cs-fixer fix --dry-run" ,
3541 "fix-cs" : " php-cs-fixer fix" ,
You can’t perform that action at this time.
0 commit comments