forked from deprecated-packages/symplify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonorepo-builder.yaml
29 lines (27 loc) · 1.5 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
parameters:
# add these to merge of packages' composer.json
data_to_append:
require-dev:
phpstan/phpstan: '^0.11.19'
phpunit/phpunit: '^8.4'
tracy/tracy: '^2.7'
# remove these to merge of packages' composer.json
data_to_remove:
require:
'tracy/tracy': '*'
'phpunit/phpunit': '*'
directories_to_repositories:
packages/NeonToYamlConverter: '[email protected]:Symplify/NeonToYamlConverter.git'
packages/LatteToTwigConverter: '[email protected]:Symplify/LatteToTwigConverter.git'
packages/SmartFileSystem: '[email protected]:Symplify/SmartFileSystem.git'
packages/PackageBuilder: '[email protected]:Symplify/PackageBuilder.git'
packages/EasyCodingStandard: '[email protected]:Symplify/EasyCodingStandard.git'
packages/EasyCodingStandardTester: '[email protected]:Symplify/EasyCodingStandardTester.git'
packages/CodingStandard: '[email protected]:Symplify/CodingStandard.git'
packages/Statie: '[email protected]:Symplify/Statie.git'
packages/ChangelogLinker: '[email protected]:Symplify/ChangelogLinker.git'
packages/MonorepoBuilder: '[email protected]:Symplify/MonorepoBuilder.git'
packages/PHPStanExtensions: '[email protected]:Symplify/PHPStanExtensions.git'
packages/FlexLoader: '[email protected]:Symplify/FlexLoader.git'
packages/Autodiscovery: '[email protected]:Symplify/Autodiscovery.git'
packages/SetConfigResolver: '[email protected]:Symplify/SetConfigResolver.git'