We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679ab72 commit 18a1fb6Copy full SHA for 18a1fb6
src/Component/Console/NoneKeyGeneratorCommand.php
@@ -5,6 +5,7 @@
5
namespace Jose\Component\Console;
6
7
use Jose\Component\KeyManagement\JWKFactory;
8
+use Symfony\Component\Console\Attribute\AsCommand;
9
use Symfony\Component\Console\Input\InputInterface;
10
use Symfony\Component\Console\Output\OutputInterface;
11
src/Component/Console/PublicKeyCommand.php
@@ -7,6 +7,7 @@
use InvalidArgumentException;
use Jose\Component\Core\JWK;
use Jose\Component\Core\Util\JsonConverter;
use Symfony\Component\Console\Input\InputArgument;
12
13
0 commit comments