forked from spiral/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonorepo-builder.yml
85 lines (85 loc) · 3.2 KB
/
monorepo-builder.yml
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
76
77
78
79
80
81
82
83
84
85
parameters:
package_alias_format: '<major>.<minor>.x-dev'
merge_sections:
- 'provide'
- 'suggest'
- 'require'
- 'require-dev'
- 'autoload'
- 'autoload-dev'
- 'repositories'
package_directories:
- 'src'
data_to_append:
autoload:
files:
- 'src/Framework/helpers.php'
psr-4:
Spiral\: 'src/Framework'
require:
spiral/composer-publish-plugin: '^1.0'
autoload-dev:
psr-4:
Spiral\Tests\Framework\: 'tests/Framework'
Spiral\App\: 'tests/app/src'
require-dev:
# Framework Dependencies
roave/security-advisories: 'dev-master'
phpunit/phpunit: '^8.5|^9.0'
mockery/mockery: '^1.3'
symplify/monorepo-builder: '^7.3.18'
spiral/code-style: '^1.0'
# Components
spiral/database: '^2.7.3'
spiral/migrations: '^2.1'
# RoadRunner Dependencies
spiral/roadrunner: '^1.8'
spiral/php-grpc: '^1.4'
spiral/jobs: '^2.2'
spiral/broadcast: '^2.0'
spiral/broadcast-ws: '^1.0'
# Cycle ORM
cycle/orm: '^1.2.6'
laminas/laminas-hydrator: '^3.0'
cycle/annotated: '^2.0.6'
cycle/migrations: '^1.0.1'
cycle/proxy-factory: '^1.2'
cycle/schema-builder: '^1.1'
directories_to_repositories:
src/AnnotatedRoutes: '[email protected]:spiral/annotated-routes.git'
src/Annotations: '[email protected]:spiral/annotations.git'
src/Auth: '[email protected]:spiral/auth.git'
src/AuthHttp: '[email protected]:spiral/auth-http.git'
src/Boot: '[email protected]:spiral/boot.git'
src/Config: '[email protected]:spiral/config.git'
src/Console: '[email protected]:spiral/console.git'
src/Cookies: '[email protected]:spiral/cookies.git'
src/Core: '[email protected]:spiral/core.git'
src/Csrf: '[email protected]:spiral/csrf.git'
src/DataGrid: '[email protected]:spiral/data-grid.git'
src/Debug: '[email protected]:spiral/debug.git'
src/Dumper: '[email protected]:spiral/dumper.git'
src/Encrypter: '[email protected]:spiral/encrypter.git'
src/Exceptions: '[email protected]:spiral/exceptions.git'
src/Files: '[email protected]:spiral/files.git'
src/Filters: '[email protected]:spiral/filters.git'
src/Hmvc: '[email protected]:spiral/hmvc.git'
src/Http: '[email protected]:spiral/http.git'
src/Logger: '[email protected]:spiral/logger.git'
src/Mailer: '[email protected]:spiral/mailer.git'
src/Models: '[email protected]:spiral/models.git'
src/Pagination: '[email protected]:spiral/pagination.git'
src/Prototype: '[email protected]:spiral/prototype.git'
src/Reactor: '[email protected]:spiral/reactor.git'
src/Router: '[email protected]:spiral/router.git'
src/Scaffolder: '[email protected]:spiral/scaffolder.git'
src/Security: '[email protected]:spiral/security.git'
src/SendIt: '[email protected]:spiral/sendit.git'
src/Session: '[email protected]:spiral/session.git'
src/Snapshots: '[email protected]:spiral/snapshots.git'
src/Stempler: '[email protected]:spiral/stempler.git'
src/Streams: '[email protected]:spiral/streams.git'
src/Tokenizer: '[email protected]:spiral/tokenizer.git'
src/Translator: '[email protected]:spiral/translator.git'
src/Validation: '[email protected]:spiral/validation.git'
src/Views: '[email protected]:spiral/views.git'