Skip to content

Commit

Permalink
Merge pull request #253 from Setono/composer-require-checker
Browse files Browse the repository at this point in the history
Fix deps
  • Loading branch information
loevgaard authored Oct 9, 2023
2 parents 2d4a156 + 2f26019 commit 9ee101a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 84 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- "8.1"

dependencies:
- "lowest"
- "highest"

symfony:
Expand Down
102 changes: 19 additions & 83 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,85 +1,21 @@
{
"symbol-whitelist": [
"array",
"bool",
"callable",
"false",
"float",
"int",
"iterable",
"null",
"object",
"parent",
"self",
"static",
"string",
"true",
"void",
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",
"Setono\\SyliusCatalogPromotionPlugin\\Rule\\Rule",
"Sylius\\Bundle\\ApiBundle\\Command\\Cart\\AddItemToCart",
"Sylius\\Bundle\\ApiBundle\\Command\\CommandAwareDataTransformerInterface",
"Sylius\\Bundle\\ApiBundle\\Context\\UserContextInterface",
"Sylius\\Bundle\\ApiBundle\\DataTransformer\\CommandDataTransformerInterface",
"Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelChoiceType",
"Sylius\\Bundle\\CoreBundle\\Application\\SyliusPluginTrait",
"Sylius\\Bundle\\CoreBundle\\Fixture\\AbstractResourceFixture",
"Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\AbstractExampleFactory",
"Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\ExampleFactoryInterface",
"Sylius\\Bundle\\CoreBundle\\Fixture\\OptionsResolver\\LazyOption",
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\ImageType",
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\Order\\AddToCartType",
"Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleChoiceType",
"Sylius\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType",
"Sylius\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatterInterface",
"Sylius\\Bundle\\OrderBundle\\Controller\\AddToCartCommandInterface",
"Sylius\\Bundle\\OrderBundle\\Factory\\AddToCartCommandFactoryInterface",
"Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType",
"Sylius\\Bundle\\ShippingBundle\\Provider\\DateTimeProvider",
"Sylius\\Bundle\\UiBundle\\Menu\\Event\\MenuBuilderEvent",
"Sylius\\Component\\Channel\\Context\\ChannelContextInterface",
"Sylius\\Component\\Channel\\Model\\ChannelAwareInterface",
"Sylius\\Component\\Channel\\Model\\ChannelInterface",
"Sylius\\Component\\Channel\\Repository\\ChannelRepositoryInterface",
"Sylius\\Component\\Core\\Factory\\CartItemFactoryInterface",
"Sylius\\Component\\Core\\Model\\AdjustmentInterface",
"Sylius\\Component\\Core\\Model\\AdminUserInterface",
"Sylius\\Component\\Core\\Model\\ChannelInterface",
"Sylius\\Component\\Core\\Model\\CustomerInterface",
"Sylius\\Component\\Core\\Model\\Image",
"Sylius\\Component\\Core\\Model\\ImageInterface",
"Sylius\\Component\\Core\\Model\\ImagesAwareInterface",
"Sylius\\Component\\Core\\Model\\OrderInterface",
"Sylius\\Component\\Core\\Model\\OrderItemInterface",
"Sylius\\Component\\Core\\Model\\OrderItemUnitInterface",
"Sylius\\Component\\Core\\Model\\ProductInterface",
"Sylius\\Component\\Core\\Model\\ShopUserInterface",
"Sylius\\Component\\Core\\OrderCheckoutStates",
"Sylius\\Component\\Core\\Repository\\CustomerRepositoryInterface",
"Sylius\\Component\\Core\\Repository\\OrderRepositoryInterface",
"Sylius\\Component\\Core\\Repository\\ProductVariantRepositoryInterface",
"Sylius\\Component\\Core\\Uploader\\ImageUploaderInterface",
"Sylius\\Component\\Currency\\Context\\CurrencyContextInterface",
"Sylius\\Component\\Currency\\Model\\CurrencyInterface",
"Sylius\\Component\\Customer\\Model\\CustomerInterface",
"Sylius\\Component\\Grid\\Definition\\Field",
"Sylius\\Component\\Grid\\FieldTypes\\FieldTypeInterface",
"Sylius\\Component\\Locale\\Context\\LocaleContextInterface",
"Sylius\\Component\\Locale\\Context\\LocaleNotFoundException",
"Sylius\\Component\\Locale\\Model\\LocaleInterface",
"Sylius\\Component\\Mailer\\Sender\\SenderInterface",
"Sylius\\Component\\Order\\Context\\CartContextInterface",
"Sylius\\Component\\Order\\Factory\\AdjustmentFactoryInterface",
"Sylius\\Component\\Order\\Model\\OrderInterface",
"Sylius\\Component\\Order\\Model\\OrderItemInterface",
"Sylius\\Component\\Order\\Modifier\\OrderItemQuantityModifierInterface",
"Sylius\\Component\\Order\\Modifier\\OrderModifierInterface",
"Sylius\\Component\\Order\\Processor\\OrderProcessorInterface",
"Sylius\\Component\\Product\\Resolver\\ProductVariantResolverInterface",
"Sylius\\Component\\Promotion\\Checker\\Rule\\RuleCheckerInterface",
"Sylius\\Component\\Promotion\\Model\\PromotionSubjectInterface",
"Sylius\\Component\\User\\Model\\UserInterface",
"Setono\\SyliusCatalogPromotionPlugin\\Rule\\Rule",
"Sylius\\Component\\User\\Model\\UserInterface"
]
"symbol-whitelist": [
"array",
"bool",
"callable",
"false",
"float",
"int",
"iterable",
"null",
"object",
"parent",
"self",
"static",
"string",
"true",
"void",
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",
"Setono\\SyliusCatalogPromotionPlugin\\Rule\\Rule"
]
}
23 changes: 22 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,27 @@
"knplabs/knp-snappy": "^1.4",
"knplabs/knp-snappy-bundle": "^1.9",
"setono/doctrine-object-manager-trait": "^1.1",
"sylius/api-bundle": "^1.0",
"sylius/channel": "^1.0",
"sylius/channel-bundle": "^1.0",
"sylius/core": "^1.0",
"sylius/core-bundle": "^1.0",
"sylius/currency": "^1.0",
"sylius/customer": "^1.0",
"sylius/grid-bundle": "^1.0",
"sylius/locale": "^1.0",
"sylius/locale-bundle": "^1.0",
"sylius/mailer-bundle": "^1.6",
"sylius/money-bundle": "^1.0",
"sylius/order": "^1.0",
"sylius/order-bundle": "^1.0",
"sylius/product": "^1.0",
"sylius/product-bundle": "^1.0",
"sylius/promotion": "^1.0",
"sylius/resource-bundle": "^1.8",
"sylius/shipping-bundle": "^1.0",
"sylius/ui-bundle": "^1.0",
"sylius/user": "^1.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
Expand Down Expand Up @@ -79,7 +99,8 @@
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": false,
"ergebnis/composer-normalize": true,
"symfony/thanks": false
"symfony/thanks": false,
"ocramius/package-versions": true
},
"sort-packages": true
},
Expand Down

0 comments on commit 9ee101a

Please sign in to comment.