-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonorepo-builder.yaml
37 lines (37 loc) · 1.47 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
parameters:
package_alias_format: '<major>.<minor>.x-dev' # default: "<major>.<minor>-dev"
package_directories:
# - 'Bundle'
- 'Component'
# - 'Console'
# - 'App/Symfony4'
# - 'App/Symfony5'
- 'Contract'
package_directories_excludes:
- 'sfv-checker'
# for "merge" command
data_to_append:
require:
symplify/monorepo-builder: "^7.3.18"
require-dev:
"phpro/grumphp": "^0.18"
data_to_remove:
"prefer-stable": true
"minimum-stability": stable
require:
"pyrex-fwi/core-contracts": "*"
# repositories:
# core: "*"
# audio-core-entities: "*"
# for "split" command
directories_to_repositories:
# App/Symfony4: '[email protected]:Pyrex-FWI/symfony4.git'
# App/Symfony5: '[email protected]:Pyrex-FWI/symfony5.git'
# Component/sfv-checker: '[email protected]:Pyrex-FWI/sfv-checker.git'
Component/audio-core-entities: '[email protected]:Pyrex-FWI/audio-core-entities.git'
Component/id3: '[email protected]:Pyrex-FWI/sapar-id3.git'
# Console/MovieUnrar: '[email protected]:Pyrex-FWI/movie-unrar.git'
# Console/ReleaseDispatcher: '[email protected]:Pyrex-FWI/release-dispatcher.git'
# App/NodeFolderApi: '[email protected]:Pyrex-FWI/node-folder-api.git'
# Devops/docker-sapar: '[email protected]:Pyrex-FWI/docker-sapar.git'
Contract/core: '[email protected]:Pyrex-FWI/core-contracts.git'