Skip to content

Commit f5d3ec4

Browse files
authored
Update dev dependencies (#12)
1 parent 3be8eb6 commit f5d3ec4

File tree

3 files changed

+990
-1185
lines changed

3 files changed

+990
-1185
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
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": [
@@ -30,6 +31,11 @@
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",

0 commit comments

Comments
 (0)