Skip to content

Commit 9ee101a

Browse files
authored
Merge pull request #253 from Setono/composer-require-checker
Fix deps
2 parents 2d4a156 + 2f26019 commit 9ee101a

3 files changed

Lines changed: 42 additions & 84 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- "8.1"
7474

7575
dependencies:
76+
- "lowest"
7677
- "highest"
7778

7879
symfony:

composer-require-checker.json

Lines changed: 19 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,21 @@
11
{
2-
"symbol-whitelist": [
3-
"array",
4-
"bool",
5-
"callable",
6-
"false",
7-
"float",
8-
"int",
9-
"iterable",
10-
"null",
11-
"object",
12-
"parent",
13-
"self",
14-
"static",
15-
"string",
16-
"true",
17-
"void",
18-
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",
19-
"Setono\\SyliusCatalogPromotionPlugin\\Rule\\Rule",
20-
"Sylius\\Bundle\\ApiBundle\\Command\\Cart\\AddItemToCart",
21-
"Sylius\\Bundle\\ApiBundle\\Command\\CommandAwareDataTransformerInterface",
22-
"Sylius\\Bundle\\ApiBundle\\Context\\UserContextInterface",
23-
"Sylius\\Bundle\\ApiBundle\\DataTransformer\\CommandDataTransformerInterface",
24-
"Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelChoiceType",
25-
"Sylius\\Bundle\\CoreBundle\\Application\\SyliusPluginTrait",
26-
"Sylius\\Bundle\\CoreBundle\\Fixture\\AbstractResourceFixture",
27-
"Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\AbstractExampleFactory",
28-
"Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\ExampleFactoryInterface",
29-
"Sylius\\Bundle\\CoreBundle\\Fixture\\OptionsResolver\\LazyOption",
30-
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\ImageType",
31-
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\Order\\AddToCartType",
32-
"Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleChoiceType",
33-
"Sylius\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType",
34-
"Sylius\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatterInterface",
35-
"Sylius\\Bundle\\OrderBundle\\Controller\\AddToCartCommandInterface",
36-
"Sylius\\Bundle\\OrderBundle\\Factory\\AddToCartCommandFactoryInterface",
37-
"Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType",
38-
"Sylius\\Bundle\\ShippingBundle\\Provider\\DateTimeProvider",
39-
"Sylius\\Bundle\\UiBundle\\Menu\\Event\\MenuBuilderEvent",
40-
"Sylius\\Component\\Channel\\Context\\ChannelContextInterface",
41-
"Sylius\\Component\\Channel\\Model\\ChannelAwareInterface",
42-
"Sylius\\Component\\Channel\\Model\\ChannelInterface",
43-
"Sylius\\Component\\Channel\\Repository\\ChannelRepositoryInterface",
44-
"Sylius\\Component\\Core\\Factory\\CartItemFactoryInterface",
45-
"Sylius\\Component\\Core\\Model\\AdjustmentInterface",
46-
"Sylius\\Component\\Core\\Model\\AdminUserInterface",
47-
"Sylius\\Component\\Core\\Model\\ChannelInterface",
48-
"Sylius\\Component\\Core\\Model\\CustomerInterface",
49-
"Sylius\\Component\\Core\\Model\\Image",
50-
"Sylius\\Component\\Core\\Model\\ImageInterface",
51-
"Sylius\\Component\\Core\\Model\\ImagesAwareInterface",
52-
"Sylius\\Component\\Core\\Model\\OrderInterface",
53-
"Sylius\\Component\\Core\\Model\\OrderItemInterface",
54-
"Sylius\\Component\\Core\\Model\\OrderItemUnitInterface",
55-
"Sylius\\Component\\Core\\Model\\ProductInterface",
56-
"Sylius\\Component\\Core\\Model\\ShopUserInterface",
57-
"Sylius\\Component\\Core\\OrderCheckoutStates",
58-
"Sylius\\Component\\Core\\Repository\\CustomerRepositoryInterface",
59-
"Sylius\\Component\\Core\\Repository\\OrderRepositoryInterface",
60-
"Sylius\\Component\\Core\\Repository\\ProductVariantRepositoryInterface",
61-
"Sylius\\Component\\Core\\Uploader\\ImageUploaderInterface",
62-
"Sylius\\Component\\Currency\\Context\\CurrencyContextInterface",
63-
"Sylius\\Component\\Currency\\Model\\CurrencyInterface",
64-
"Sylius\\Component\\Customer\\Model\\CustomerInterface",
65-
"Sylius\\Component\\Grid\\Definition\\Field",
66-
"Sylius\\Component\\Grid\\FieldTypes\\FieldTypeInterface",
67-
"Sylius\\Component\\Locale\\Context\\LocaleContextInterface",
68-
"Sylius\\Component\\Locale\\Context\\LocaleNotFoundException",
69-
"Sylius\\Component\\Locale\\Model\\LocaleInterface",
70-
"Sylius\\Component\\Mailer\\Sender\\SenderInterface",
71-
"Sylius\\Component\\Order\\Context\\CartContextInterface",
72-
"Sylius\\Component\\Order\\Factory\\AdjustmentFactoryInterface",
73-
"Sylius\\Component\\Order\\Model\\OrderInterface",
74-
"Sylius\\Component\\Order\\Model\\OrderItemInterface",
75-
"Sylius\\Component\\Order\\Modifier\\OrderItemQuantityModifierInterface",
76-
"Sylius\\Component\\Order\\Modifier\\OrderModifierInterface",
77-
"Sylius\\Component\\Order\\Processor\\OrderProcessorInterface",
78-
"Sylius\\Component\\Product\\Resolver\\ProductVariantResolverInterface",
79-
"Sylius\\Component\\Promotion\\Checker\\Rule\\RuleCheckerInterface",
80-
"Sylius\\Component\\Promotion\\Model\\PromotionSubjectInterface",
81-
"Sylius\\Component\\User\\Model\\UserInterface",
82-
"Setono\\SyliusCatalogPromotionPlugin\\Rule\\Rule",
83-
"Sylius\\Component\\User\\Model\\UserInterface"
84-
]
2+
"symbol-whitelist": [
3+
"array",
4+
"bool",
5+
"callable",
6+
"false",
7+
"float",
8+
"int",
9+
"iterable",
10+
"null",
11+
"object",
12+
"parent",
13+
"self",
14+
"static",
15+
"string",
16+
"true",
17+
"void",
18+
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",
19+
"Setono\\SyliusCatalogPromotionPlugin\\Rule\\Rule"
20+
]
8521
}

composer.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,27 @@
1717
"knplabs/knp-snappy": "^1.4",
1818
"knplabs/knp-snappy-bundle": "^1.9",
1919
"setono/doctrine-object-manager-trait": "^1.1",
20+
"sylius/api-bundle": "^1.0",
21+
"sylius/channel": "^1.0",
22+
"sylius/channel-bundle": "^1.0",
23+
"sylius/core": "^1.0",
24+
"sylius/core-bundle": "^1.0",
25+
"sylius/currency": "^1.0",
26+
"sylius/customer": "^1.0",
27+
"sylius/grid-bundle": "^1.0",
28+
"sylius/locale": "^1.0",
29+
"sylius/locale-bundle": "^1.0",
30+
"sylius/mailer-bundle": "^1.6",
31+
"sylius/money-bundle": "^1.0",
32+
"sylius/order": "^1.0",
33+
"sylius/order-bundle": "^1.0",
34+
"sylius/product": "^1.0",
35+
"sylius/product-bundle": "^1.0",
36+
"sylius/promotion": "^1.0",
2037
"sylius/resource-bundle": "^1.8",
38+
"sylius/shipping-bundle": "^1.0",
39+
"sylius/ui-bundle": "^1.0",
40+
"sylius/user": "^1.0",
2141
"symfony/config": "^5.4 || ^6.0",
2242
"symfony/dependency-injection": "^5.4 || ^6.0",
2343
"symfony/event-dispatcher": "^5.4 || ^6.0",
@@ -79,7 +99,8 @@
7999
"composer/package-versions-deprecated": true,
80100
"dealerdirect/phpcodesniffer-composer-installer": false,
81101
"ergebnis/composer-normalize": true,
82-
"symfony/thanks": false
102+
"symfony/thanks": false,
103+
"ocramius/package-versions": true
83104
},
84105
"sort-packages": true
85106
},

0 commit comments

Comments
 (0)