|
12 | 12 | "name": "Smiley",
|
13 | 13 | "email": "smiley@chillerlan.net",
|
14 | 14 | "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" |
15 | 25 | }
|
16 | 26 | ],
|
17 | 27 | "support": {
|
|
22 | 32 | "prefer-stable": true,
|
23 | 33 | "require": {
|
24 | 34 | "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" |
27 | 37 | },
|
28 | 38 | "require-dev": {
|
29 | 39 | "ext-curl": "*",
|
30 |
| - "ext-gmp": "*", |
31 | 40 | "ext-json": "*",
|
32 | 41 | "ext-sodium": "*",
|
33 | 42 | "phan/phan": "^5.4",
|
34 | 43 | "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" |
37 | 46 | },
|
38 | 47 | "suggest": {
|
39 | 48 | "chillerlan/php-qrcode": "Create QR Codes for use with an authenticator app."
|
40 | 49 | },
|
41 | 50 | "autoload": {
|
42 | 51 | "psr-4": {
|
43 |
| - "chillerlan\\Authenticator\\": "src/" |
| 52 | + "chillerlan\\Authenticator\\": "src" |
44 | 53 | }
|
45 | 54 | },
|
46 | 55 | "autoload-dev": {
|
47 | 56 | "psr-4": {
|
48 |
| - "chillerlan\\AuthenticatorTest\\": "tests/" |
| 57 | + "chillerlan\\AuthenticatorTest\\": "tests" |
49 | 58 | }
|
50 | 59 | },
|
51 | 60 | "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" |
54 | 64 | },
|
55 | 65 | "config": {
|
56 | 66 | "lock": false,
|
|
0 commit comments