Skip to content

Commit

Permalink
Remove symbols that we should require instead
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 14, 2024
1 parent 3f20e71 commit 915c4fb
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
]
}

0 comments on commit 915c4fb

Please sign in to comment.