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 b6bd0f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -130,4 +130,4 @@
"url": "https://github.com/web-auth/webauthn-framework"
}
}
}
}
3 changes: 2 additions & 1 deletion 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 Expand Up @@ -52,4 +53,4 @@
"Webauthn\\Bundle\\": "src/"
}
}
}
}
6 changes: 5 additions & 1 deletion src/webauthn/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@
}
},
"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"
}
}
}

0 comments on commit b6bd0f7

Please sign in to comment.