Skip to content

Commit 459cc58

Browse files
committed
PHPStan fixes
1 parent c4d1dc3 commit 459cc58

File tree

7 files changed

+344
-255
lines changed

7 files changed

+344
-255
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"league/oauth2-client": "^2.0",
22+
"league/oauth2-client": "^2.8",
2323
"firebase/php-jwt": "^7.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~9.6.4",
27-
"mockery/mockery": "~1.5.0",
28-
"squizlabs/php_codesniffer": "~3.7.0"
27+
"mockery/mockery": "^1.6",
28+
"squizlabs/php_codesniffer": "~3.7.0",
29+
"phpstan/phpstan": "^1.12"
2930
},
3031
"autoload": {
3132
"psr-4": {
@@ -37,6 +38,11 @@
3738
"Stevenmaguire\\OAuth2\\Client\\Test\\": "test/src/"
3839
}
3940
},
41+
"config": {
42+
"platform": {
43+
"php": "8.0.0"
44+
}
45+
},
4046
"extra": {
4147
"branch-alias": {
4248
"dev-master": "1.0.x-dev"

0 commit comments

Comments
 (0)