Skip to content

Commit

Permalink
chore: add suggests and move reflection-docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdebruijn committed Feb 26, 2024
1 parent b7b34af commit 42e0ef8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"lcobucci/clock": "^2.2|^3.0",
"nyholm/psr7": "^1.5",
"paragonie/constant_time_encoding": "^2.6",
"phpdocumentor/reflection-docblock": "^5.3",
"psr/clock": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
Expand Down Expand Up @@ -103,7 +104,6 @@
"php-http/curl-client": "^2.2",
"php-http/mock-client": "^1.5",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-deprecation-rules": "^1.0",
Expand Down
1 change: 1 addition & 0 deletions src/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"require": {
"php": ">=8.1",
"nyholm/psr7": "^1.5",
"phpdocumentor/reflection-docblock": "^5.3",
"psr/event-dispatcher": "^1.0",
"symfony/config": "^6.1|^7.0",
"symfony/dependency-injection": "^6.1|^7.0",
Expand Down
4 changes: 4 additions & 0 deletions src/webauthn/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
}
},
"suggest": {
"symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement",
"psr/log-implementation": "Recommended to receive logs from the library",
"web-token/jwt-library": "Mandatory for the AndroidSafetyNet Attestation Statement support",
"symfony/event-dispatcher": "Recommended to use dispatched events"
Expand Down

0 comments on commit 42e0ef8

Please sign in to comment.