File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 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" : {
2232 "prefer-stable" : true ,
2333 "require" : {
2434 "php" : " ^7.4 || ^8.0" ,
25- "chillerlan/php-settings-container" : " ^2.1.4 || ^3.0 " ,
35+ "chillerlan/php-settings-container" : " ^2.1.5 || ^3.2 " ,
2636 "paragonie/constant_time_encoding" : " ^2.6"
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" ,
3544 "phpunit/phpunit" : " ^9.6" ,
36- "squizlabs/php_codesniffer" : " ^3.8 "
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"
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 ,
You can’t perform that action at this time.
0 commit comments