Skip to content

Commit c509ceb

Browse files
committed
:octocat: dependency update
1 parent eecb8e3 commit c509ceb

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

composer.json

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"name": "Smiley",
1313
"email": "smiley@chillerlan.net",
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": {
@@ -22,35 +32,35 @@
2232
"prefer-stable": true,
2333
"require": {
2434
"php": "^8.2",
25-
"chillerlan/php-settings-container": "^3.0",
26-
"paragonie/constant_time_encoding": "^2.6"
35+
"chillerlan/php-settings-container": "^3.2",
36+
"paragonie/constant_time_encoding": "^3.0"
2737
},
2838
"require-dev": {
2939
"ext-curl": "*",
30-
"ext-gmp": "*",
3140
"ext-json": "*",
3241
"ext-sodium": "*",
3342
"phan/phan": "^5.4",
3443
"phpmd/phpmd": "^2.15",
35-
"phpunit/phpunit": "^10.5",
36-
"squizlabs/php_codesniffer": "^3.8"
44+
"phpunit/phpunit": "^11.2",
45+
"squizlabs/php_codesniffer": "^3.9"
3746
},
3847
"suggest": {
3948
"chillerlan/php-qrcode": "Create QR Codes for use with an authenticator app."
4049
},
4150
"autoload": {
4251
"psr-4": {
43-
"chillerlan\\Authenticator\\": "src/"
52+
"chillerlan\\Authenticator\\": "src"
4453
}
4554
},
4655
"autoload-dev": {
4756
"psr-4": {
48-
"chillerlan\\AuthenticatorTest\\": "tests/"
57+
"chillerlan\\AuthenticatorTest\\": "tests"
4958
}
5059
},
5160
"scripts": {
52-
"phpunit": "@php vendor/bin/phpunit",
53-
"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"
5464
},
5565
"config": {
5666
"lock": false,

0 commit comments

Comments
 (0)