diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index c28fdeae151..e9bb033656f 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -6126,13 +6126,13 @@ { "name": "Shopware CLI Extension Store Configuration", "description": "Shopware CLI Extension Store Configuration", - "fileMatch": [".shopware-extension.yml"], + "fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"], "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/extension/shopware-extension-schema.json" }, { "name": "Shopware CLI Project Store Configuration", "description": "Shopware CLI Project Store Configuration", - "fileMatch": [".shopware-project.yml"], + "fileMatch": [".shopware-project.yml", ".shopware-project.yaml"], "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/shop/shopware-project-schema.json" }, {