Skip to content

Commit 41d0231

Browse files
committed
:octocat: dependency update
1 parent 1cbeb4e commit 41d0231

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

composer.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"name": "Smiley",
1313
"email": "[email protected]",
1414
"homepage": "https://github.com/codemasher"
15+
},
16+
{
17+
"name": "Contributors",
18+
"homepage":"https://github.com/chillerlan/php-authenticator/graphs/contributors"
19+
}
20+
],
21+
"funding": [
22+
{
23+
"type": "Ko-Fi",
24+
"url": "https://ko-fi.com/codemasher"
1525
}
1626
],
1727
"support": {
@@ -23,33 +33,34 @@
2333
"require": {
2434
"php": "^8.2",
2535
"chillerlan/php-settings-container": "^3.2",
26-
"paragonie/constant_time_encoding": "^2.6"
36+
"paragonie/constant_time_encoding": "^3.0"
2737
},
2838
"require-dev": {
2939
"ext-curl": "*",
3040
"ext-json": "*",
3141
"ext-sodium": "*",
3242
"phan/phan": "^5.4",
3343
"phpmd/phpmd": "^2.15",
34-
"phpunit/phpunit": "^11.0",
44+
"phpunit/phpunit": "^11.2",
3545
"squizlabs/php_codesniffer": "^3.9"
3646
},
3747
"suggest": {
3848
"chillerlan/php-qrcode": "Create QR Codes for use with an authenticator app."
3949
},
4050
"autoload": {
4151
"psr-4": {
42-
"chillerlan\\Authenticator\\": "src/"
52+
"chillerlan\\Authenticator\\": "src"
4353
}
4454
},
4555
"autoload-dev": {
4656
"psr-4": {
47-
"chillerlan\\AuthenticatorTest\\": "tests/"
57+
"chillerlan\\AuthenticatorTest\\": "tests"
4858
}
4959
},
5060
"scripts": {
51-
"phpunit": "@php vendor/bin/phpunit",
52-
"phan": "@php vendor/bin/phan --allow-polyfill-parser"
61+
"phan": "@php vendor/bin/phan --allow-polyfill-parser",
62+
"phpcs": "@php vendor/bin/phpcs",
63+
"phpunit": "@php vendor/bin/phpunit"
5364
},
5465
"config": {
5566
"lock": false,

0 commit comments

Comments
 (0)