|
26 | 26 | "php-http/httplug": "^1.0 || ^2.0", |
27 | 27 | "php-http/message": "^1.7", |
28 | 28 | "psr/http-client": "^1.0", |
29 | | - "thecodingmachine/safe": "^0.1.14", |
| 29 | + "thecodingmachine/safe": "^0.1", |
30 | 30 | "web-auth/cose-lib": "^2.0", |
31 | 31 | "web-auth/webauthn-lib": "^2.0", |
32 | 32 | "web-token/jwt-signature": "^1.3 || ^2.0" |
33 | 33 | }, |
34 | 34 | "require-dev": { |
| 35 | + "ext-sqlite3": "*", |
35 | 36 | "nunomaduro/larastan": "^0.3.15 || ^0.4.0", |
36 | | - "orchestra/testbench": "^3.8", |
37 | | - "phpstan/phpstan-deprecation-rules": "^0.11.0", |
38 | | - "phpstan/phpstan-phpunit": "^0.11.0", |
39 | | - "phpstan/phpstan-strict-rules": "^0.11.0", |
| 37 | + "orchestra/testbench": "^4.0", |
| 38 | + "phpstan/phpstan-deprecation-rules": "^0.11", |
| 39 | + "phpstan/phpstan-phpunit": "^0.11", |
| 40 | + "phpstan/phpstan-strict-rules": "^0.11", |
40 | 41 | "phpunit/phpunit": "^8.0", |
41 | | - "thecodingmachine/phpstan-safe-rule": "^0.1.3", |
| 42 | + "thecodingmachine/phpstan-safe-rule": "^0.1", |
42 | 43 | "vimeo/psalm": "^3.2" |
43 | 44 | }, |
44 | 45 | "suggest": { |
45 | | - "php-http/client-implementation": "For Android SafetyNet support (highly recommended)" |
| 46 | + "php-http/client-implementation": "Recommended for the AndroidSafetyNet Attestation Statement support", |
| 47 | + "web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support", |
| 48 | + "web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support", |
| 49 | + "web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support" |
46 | 50 | }, |
47 | 51 | "autoload": { |
48 | 52 | "psr-4": { |
|
0 commit comments