diff --git a/web-token/jwt-framework/0.3/manifest.json b/web-token/jwt-framework/0.3/manifest.json new file mode 100644 index 00000000..d81cda97 --- /dev/null +++ b/web-token/jwt-framework/0.3/manifest.json @@ -0,0 +1,10 @@ +{ + "bundles": { + "Jose\\Bundle\\JoseFramework\\JoseFrameworkBundle": ["all"], + "Jose\\Bundle\\KeyManagement\\KeyManagementBundle": ["all"], + "Jose\\Bundle\\Console\\ConsoleBundle": ["all"], + "Jose\\Bundle\\Checker\\CheckerBundle": ["all"], + "Jose\\Bundle\\Signature\\SignatureBundle": ["all"], + "Jose\\Bundle\\Encryption\\EncryptionBundle": ["all"] + } +}