diff --git a/spomky-labs/jose-bundle/2.2/config/routes/spomky_labs_jose_bundle_routes.yml b/spomky-labs/jose-bundle/2.2/config/routes/spomky_labs_jose_bundle_routes.yaml similarity index 100% rename from spomky-labs/jose-bundle/2.2/config/routes/spomky_labs_jose_bundle_routes.yml rename to spomky-labs/jose-bundle/2.2/config/routes/spomky_labs_jose_bundle_routes.yaml diff --git a/spomky-labs/jose/7.0/config/routes/spomky_labs_jose_routes.yml b/spomky-labs/jose/7.0/config/routes/spomky_labs_jose_routes.yml deleted file mode 100644 index 57cac3cf..00000000 --- a/spomky-labs/jose/7.0/config/routes/spomky_labs_jose_routes.yml +++ /dev/null @@ -1,2 +0,0 @@ -spomky_labs_jose_jwkset_endpoint: - resource: "@JoseFrameworkBundle/Resources/config/routing/jwkset_controller.yml" diff --git a/spomky-labs/jose/7.0/manifest.json b/spomky-labs/jose/7.0/manifest.json deleted file mode 100644 index 00a2ed4c..00000000 --- a/spomky-labs/jose/7.0/manifest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "bundles": { - "Jose\\Bundle\\Checker\\CheckerBundle": ["all"], - "Jose\\Bundle\\Console\\ConsoleBundle": ["all"], - "Jose\\Bundle\\Encryption\\EncryptionBundle": ["all"], - "Jose\\Bundle\\Signature\\SignatureBundle": ["all"], - "Jose\\Bundle\\JoseFramework\\JoseFrameworkBundle": ["all"] - }, - "copy-from-recipe": { - "bin/jose": "%BIN_DIR%/jose", - "config": "%CONFIG_DIR%/" - } -}