From 915c4fb31ae5f737c3babb03d10836b3140b0796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Fri, 14 Jun 2024 10:52:52 +0200 Subject: [PATCH] Remove symbols that we should require instead --- composer-require-checker.json | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/composer-require-checker.json b/composer-require-checker.json index 562a1fd..eb14b0b 100644 --- a/composer-require-checker.json +++ b/composer-require-checker.json @@ -1,20 +1,5 @@ { "symbol-whitelist": [ - "array", - "bool", - "callable", - "false", - "float", - "int", - "iterable", - "null", - "object", - "parent", - "self", - "static", - "string", - "true", - "void", "Faker\\Factory", "Faker\\Generator", "Setono\\BudbeeBundle\\SetonoBudbeeBundle", @@ -32,23 +17,6 @@ "Setono\\GLS\\Webservice\\Model\\ParcelShop", "Setono\\GlsWebserviceBundle\\SetonoGlsWebserviceBundle", "Setono\\PostNordBundle\\SetonoPostNordBundle", - "Setono\\PostNord\\Client\\ClientInterface", - "Sylius\\Bundle\\CoreBundle\\Application\\SyliusPluginTrait", - "Sylius\\Bundle\\CoreBundle\\Application\\SyliusPluginTrait", - "Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\ShippingMethodExampleFactory", - "Sylius\\Bundle\\CoreBundle\\Fixture\\ShippingMethodFixture", - "Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\ShipmentType", - "Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodChoiceType", - "Sylius\\Bundle\\ShippingBundle\\Form\\Type\\ShippingMethodType", - "Sylius\\Component\\Core\\Checker\\OrderShippingMethodSelectionRequirementCheckerInterface", - "Sylius\\Component\\Core\\Model\\AddressInterface", - "Sylius\\Component\\Core\\Model\\OrderInterface", - "Sylius\\Component\\Core\\Model\\ShipmentInterface", - "Sylius\\Component\\Core\\Model\\ShippingMethodInterface", - "Sylius\\Component\\Order\\Context\\CartContextInterface", - "Sylius\\Component\\Registry\\ServiceRegistryInterface", - "Sylius\\Component\\Shipping\\Resolver\\ShippingMethodsResolverInterface", - "Symfony\\Component\\Security\\Csrf\\CsrfToken", - "Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface" + "Setono\\PostNord\\Client\\ClientInterface" ] }