Files
symfony-flex-recipes-contrib/web-token/jwt-framework/0.3/manifest.json
T
Spomky ac283ac967 JWT Framework Suite Recipes
Configuration Sample added
2017-11-18 09:10:47 +01:00

14 lines
469 B
JSON

{
"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"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
}