forked from coreshop/CoreShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonorepo-builder.yaml
75 lines (73 loc) · 5.1 KB
/
monorepo-builder.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
parameters:
package_directories:
- 'src/CoreShop/Bundle'
- 'src/CoreShop/Component'
# add these to merge of packages' composer.json
data_to_append:
require-dev:
behat/behat: "^3.3"
friends-of-behat/symfony-extension: "^2.0.0"
phpstan/phpstan: "^0.12.5"
phpstan/phpstan-doctrine: "^0.12"
phpstan/phpstan-symfony: "^0.12"
phpstan/phpstan-webmozart-assert: "^0.12"
phpunit/phpunit: "^6"
symfony/phpunit-bridge: "^3"
symplify/easy-coding-standard: "^7.2.0"
symplify/monorepo-builder: "^7.2"
"minimum-stability": "dev"
"prefer-stable": true
directories_to_repositories:
src/CoreShop/Component/Resource: '[email protected]:CoreShop/Resource.git'
src/CoreShop/Component/Registry: '[email protected]:CoreShop/Registry.git'
src/CoreShop/Component/Address: '[email protected]:CoreShop/Address.git'
src/CoreShop/Component/Configuration: '[email protected]:CoreShop/Configuration.git'
src/CoreShop/Component/Core: '[email protected]:CoreShop/Core.git'
src/CoreShop/Component/Currency: '[email protected]:CoreShop/Currency.git'
src/CoreShop/Component/Customer: '[email protected]:CoreShop/Customer.git'
src/CoreShop/Component/Index: '[email protected]:CoreShop/Index.git'
src/CoreShop/Component/Locale: '[email protected]:CoreShop/Locale.git'
src/CoreShop/Component/Notification: '[email protected]:CoreShop/Notification.git'
src/CoreShop/Component/Order: '[email protected]:CoreShop/Order.git'
src/CoreShop/Component/Payment: '[email protected]:CoreShop/Payment.git'
src/CoreShop/Component/Product: '[email protected]:CoreShop/Product.git'
src/CoreShop/Component/Rule: '[email protected]:CoreShop/Rule.git'
src/CoreShop/Component/Sequence: '[email protected]:CoreShop/Sequence.git'
src/CoreShop/Component/Shipping: '[email protected]:CoreShop/Shipping.git'
src/CoreShop/Component/Store: '[email protected]:CoreShop/Store.git'
src/CoreShop/Component/Taxation: '[email protected]:CoreShop/Taxation.git'
src/CoreShop/Component/Pimcore: '[email protected]:CoreShop/Pimcore.git'
src/CoreShop/Component/StorageList: '[email protected]:CoreShop/StorageList.git'
src/CoreShop/Component/Inventory: '[email protected]:CoreShop/Inventory.git'
src/CoreShop/Component/Seo: '[email protected]:CoreShop/SEO.git'
src/CoreShop/Component/Tracking: '[email protected]:CoreShop/Tracking.git'
src/CoreShop/Component/ProductQuantityPriceRules: '[email protected]:CoreShop/ProductQuantityPriceRules.git'
src/CoreShop/Bundle/AddressBundle: '[email protected]:CoreShop/AddressBundle.git'
src/CoreShop/Bundle/ConfigurationBundle: '[email protected]:CoreShop/ConfigurationBundle.git'
src/CoreShop/Bundle/CoreBundle: '[email protected]:CoreShop/CoreBundle.git'
src/CoreShop/Bundle/CurrencyBundle: '[email protected]:CoreShop/CurrencyBundle.git'
src/CoreShop/Bundle/CustomerBundle: '[email protected]:CoreShop/CustomerBundle.git'
src/CoreShop/Bundle/FrontendBundle: '[email protected]:CoreShop/FrontendBundle.git'
src/CoreShop/Bundle/IndexBundle: '[email protected]:CoreShop/IndexBundle.git'
src/CoreShop/Bundle/LocaleBundle: '[email protected]:CoreShop/LocaleBundle.git'
src/CoreShop/Bundle/MoneyBundle: '[email protected]:CoreShop/MoneyBundle.git'
src/CoreShop/Bundle/NotificationBundle: '[email protected]:CoreShop/NotificationBundle.git'
src/CoreShop/Bundle/OrderBundle: '[email protected]:CoreShop/OrderBundle.git'
src/CoreShop/Bundle/PaymentBundle: '[email protected]:CoreShop/PaymentBundle.git'
src/CoreShop/Bundle/PayumBundle: '[email protected]:CoreShop/PayumBundle.git'
src/CoreShop/Bundle/ProductBundle: '[email protected]:CoreShop/ProductBundle.git'
src/CoreShop/Bundle/ResourceBundle: '[email protected]:CoreShop/ResourceBundle.git'
src/CoreShop/Bundle/RuleBundle: '[email protected]:CoreShop/RuleBundle.git'
src/CoreShop/Bundle/SequenceBundle: '[email protected]:CoreShop/SequenceBundle.git'
src/CoreShop/Bundle/ShippingBundle: '[email protected]:CoreShop/ShippingBundle.git'
src/CoreShop/Bundle/StoreBundle: '[email protected]:CoreShop/StoreBundle.git'
src/CoreShop/Bundle/TaxationBundle: '[email protected]:CoreShop/TaxationBundle.git'
src/CoreShop/Bundle/TrackingBundle: '[email protected]:CoreShop/TrackingBundle.git'
src/CoreShop/Bundle/FixtureBundle: '[email protected]:CoreShop/FixtureBundle.git'
src/CoreShop/Bundle/InventoryBundle: '[email protected]:CoreShop/InventoryBundle.git'
src/CoreShop/Bundle/WorkflowBundle: '[email protected]:CoreShop/WorkflowBundle.git'
src/CoreShop/Bundle/SeoBundle: '[email protected]:CoreShop/SEOBundle.git'
src/CoreShop/Bundle/PimcoreBundle: '[email protected]:CoreShop/PimcoreBundle.git'
src/CoreShop/Bundle/ThemeBundle: '[email protected]:CoreShop/ThemeBundle.git'
src/CoreShop/Bundle/ProductQuantityPriceRulesBundle: '[email protected]:CoreShop/ProductQuantityPriceRulesBundle.git'
src/CoreShop/Bundle/MenuBundle: '[email protected]:CoreShop/MenuBundle.git'