-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
249 lines (249 loc) · 12.2 KB
/
composer.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
{
"name": "sonsofphp/sonsofphp",
"type": "library",
"description": "Sons of PHP Mother Repo",
"minimum-stability": "dev",
"keywords": [
"php",
"sonsofphp",
"sons of php",
"mother repo"
],
"homepage": "https://github.com/SonsOfPHP",
"license": "MIT",
"authors": [
{
"name": "Sons of PHP Community",
"homepage": "https://github.com/SonsOfPHP/sonsofphp/graphs/contributors"
},
{
"name": "Joshua Estes",
"email": "joshua@sonsofphp.com"
}
],
"support": {
"issues": "https://github.com/SonsOfPHP/sonsofphp/issues",
"forum": "https://github.com/orgs/SonsOfPHP/discussions",
"docs": "https://docs.sonsofphp.com"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/JoshuaEstes"
},
{
"type": "tidelift",
"url": "https://tidelift.com/subscription/pkg/packagist-sonsofphp-sonsofphp"
}
],
"provide": {
"psr/cache-implementation": "^2.0 || ^3.0",
"psr/clock-implementation": "1.0",
"psr/container-implementation": "^1.0 || ^2.0",
"psr/event-dispatcher-implementation": "1.0",
"psr/http-factory-implementation": "^1.0",
"psr/http-message-implementation": "^1.0 || ^2.0",
"psr/http-server-handler-implementation": "^1.0",
"psr/http-server-middleware-implementation": "^1.0",
"psr/link-implementation": "^1.0 || ^2.0",
"psr/log-implementation": "^1.0 || ^2.0 || ^3.0",
"psr/simple-cache-implementation": "^2.0 || ^3.0",
"sonsofphp/cookie-implementation": "0.3.x-dev",
"sonsofphp/cqrs-implementation": "0.3.x-dev",
"sonsofphp/event-sourcing-implementation": "0.3.x-dev",
"sonsofphp/feature-toggle-implementation": "0.3.x-dev",
"sonsofphp/filesystem-implementation": "0.3.x-dev",
"sonsofphp/http-handler-implementation": "0.3.x-dev",
"sonsofphp/logger-implementation": "0.3.x-dev",
"sonsofphp/mailer-implementation": "0.3.x-dev",
"sonsofphp/money-implementation": "0.3.x-dev",
"sonsofphp/pager-implementation": "0.3.x-dev",
"sonsofphp/registry-implementation": "0.3.x-dev",
"sonsofphp/state-machine-implementation": "0.3.x-dev",
"sonsofphp/version-implementation": "0.3.x-dev"
},
"require": {
"aws/aws-sdk-php": "^3.0",
"doctrine/collections": "^2",
"doctrine/dbal": "^3",
"doctrine/orm": "^2 || ^3",
"ext-intl": "*",
"ext-json": "*",
"liip/imagine-bundle": "^2.0",
"php": ">=8.2",
"psr/cache": "^2.0 || ^3.0",
"psr/clock": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/event-dispatcher": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/link": "^1.0 || ^2.0",
"psr/log": "^2.0 || ^3.0",
"psr/simple-cache": "^2.0 || ^3.0",
"symfony/console": "^4 || ^5 || ^6 || ^7",
"symfony/dotenv": "^5 || ^6 || ^7",
"symfony/finder": "^5 || ^6 || ^7",
"symfony/options-resolver": "^6 || ^7",
"symfony/process": "^5 || ^6 || ^7",
"symfony/security-bundle": "^6 || ^7",
"symfony/uid": "^5 || ^6 || ^7",
"twig/twig": "^3.0"
},
"replace": {
"sonsofphp/assert": "self.version",
"sonsofphp/bard": "self.version",
"sonsofphp/cache": "self.version",
"sonsofphp/clock": "self.version",
"sonsofphp/common-contract": "self.version",
"sonsofphp/container": "self.version",
"sonsofphp/cookie": "self.version",
"sonsofphp/cookie-contract": "self.version",
"sonsofphp/cqrs": "self.version",
"sonsofphp/cqrs-contract": "self.version",
"sonsofphp/cqrs-symfony": "self.version",
"sonsofphp/event-dispatcher": "self.version",
"sonsofphp/event-sourcing": "self.version",
"sonsofphp/event-sourcing-contract": "self.version",
"sonsofphp/event-sourcing-doctrine": "self.version",
"sonsofphp/event-sourcing-symfony": "self.version",
"sonsofphp/feature-toggle": "self.version",
"sonsofphp/feature-toggle-contract": "self.version",
"sonsofphp/filesystem": "self.version",
"sonsofphp/filesystem-aws": "self.version",
"sonsofphp/filesystem-contract": "self.version",
"sonsofphp/filesystem-liip-imagine": "self.version",
"sonsofphp/http-factory": "self.version",
"sonsofphp/http-handler": "self.version",
"sonsofphp/http-handler-contract": "self.version",
"sonsofphp/http-message": "self.version",
"sonsofphp/json": "self.version",
"sonsofphp/link": "self.version",
"sonsofphp/logger": "self.version",
"sonsofphp/logger-contract": "self.version",
"sonsofphp/mailer": "self.version",
"sonsofphp/mailer-contract": "self.version",
"sonsofphp/money": "self.version",
"sonsofphp/money-contract": "self.version",
"sonsofphp/money-twig": "self.version",
"sonsofphp/pager": "self.version",
"sonsofphp/pager-contract": "self.version",
"sonsofphp/pager-doctrine-collections": "self.version",
"sonsofphp/pager-doctrine-dbal": "self.version",
"sonsofphp/pager-doctrine-orm": "self.version",
"sonsofphp/registry": "self.version",
"sonsofphp/registry-contract": "self.version",
"sonsofphp/state-machine": "self.version",
"sonsofphp/state-machine-contract": "self.version",
"sonsofphp/version": "self.version",
"sonsofphp/version-contract": "self.version"
},
"autoload": {
"exclude-from-classmap": [
"src/SonsOfPHP/Bard/Tests",
"src/SonsOfPHP/Component/Assert/Tests",
"src/SonsOfPHP/Component/StateMachine/Tests",
"src/SonsOfPHP/Component/Mailer/Tests",
"src/SonsOfPHP/Component/Cache/Tests",
"src/SonsOfPHP/Component/Clock/Tests",
"src/SonsOfPHP/Component/Container/Tests",
"src/SonsOfPHP/Component/Cookie/Tests",
"src/SonsOfPHP/Component/Cqrs/Tests",
"src/SonsOfPHP/Bridge/Symfony/Cqrs/Tests",
"src/SonsOfPHP/Bridge/Symfony/EventSourcing/Tests",
"src/SonsOfPHP/Bridge/Twig/Money/Tests",
"src/SonsOfPHP/Component/EventDispatcher/Tests",
"src/SonsOfPHP/Component/EventSourcing/Tests",
"src/SonsOfPHP/Bridge/Doctrine/EventSourcing/Tests",
"src/SonsOfPHP/Component/FeatureToggle/Tests",
"src/SonsOfPHP/Component/Filesystem/Tests",
"src/SonsOfPHP/Bridge/Aws/Filesystem/Tests",
"src/SonsOfPHP/Bridge/LiipImagine/Filesystem/Tests",
"src/SonsOfPHP/Component/HttpFactory/Tests",
"src/SonsOfPHP/Component/HttpHandler/Tests",
"src/SonsOfPHP/Component/HttpMessage/Tests",
"src/SonsOfPHP/Component/Json/Tests",
"src/SonsOfPHP/Component/Link/Tests",
"src/SonsOfPHP/Component/Logger/Tests",
"src/SonsOfPHP/Component/Money/Tests",
"src/SonsOfPHP/Component/Pager/Tests",
"src/SonsOfPHP/Bridge/Doctrine/Collections/Pager/Tests",
"src/SonsOfPHP/Bridge/Doctrine/DBAL/Pager/Tests",
"src/SonsOfPHP/Bridge/Doctrine/ORM/Pager/Tests",
"src/SonsOfPHP/Component/Version/Tests",
"src/SonsOfPHP/Component/Registry/Tests"
],
"psr-4": {
"SonsOfPHP\\Bard\\": "src/SonsOfPHP/Bard/src",
"SonsOfPHP\\Bridge\\Aws\\Filesystem\\": "src/SonsOfPHP/Bridge/Aws/Filesystem",
"SonsOfPHP\\Bridge\\Doctrine\\Collections\\Pager\\": "src/SonsOfPHP/Bridge/Doctrine/Collections/Pager",
"SonsOfPHP\\Bridge\\Doctrine\\DBAL\\Pager\\": "src/SonsOfPHP/Bridge/Doctrine/DBAL/Pager",
"SonsOfPHP\\Bridge\\Doctrine\\EventSourcing\\": "src/SonsOfPHP/Bridge/Doctrine/EventSourcing",
"SonsOfPHP\\Bridge\\Doctrine\\ORM\\Pager\\": "src/SonsOfPHP/Bridge/Doctrine/ORM/Pager",
"SonsOfPHP\\Bridge\\LiipImagine\\Filesystem\\": "src/SonsOfPHP/Bridge/LiipImagine/Filesystem",
"SonsOfPHP\\Bridge\\Symfony\\Cqrs\\": "src/SonsOfPHP/Bridge/Symfony/Cqrs",
"SonsOfPHP\\Bridge\\Symfony\\EventSourcing\\": "src/SonsOfPHP/Bridge/Symfony/EventSourcing",
"SonsOfPHP\\Bridge\\Twig\\Money\\": "src/SonsOfPHP/Bridge/Twig/Money",
"SonsOfPHP\\Component\\Assert\\": "src/SonsOfPHP/Component/Assert",
"SonsOfPHP\\Component\\Cache\\": "src/SonsOfPHP/Component/Cache",
"SonsOfPHP\\Component\\Clock\\": "src/SonsOfPHP/Component/Clock",
"SonsOfPHP\\Component\\Container\\": "src/SonsOfPHP/Component/Container",
"SonsOfPHP\\Component\\Cookie\\": "src/SonsOfPHP/Component/Cookie",
"SonsOfPHP\\Component\\Cqrs\\": "src/SonsOfPHP/Component/Cqrs",
"SonsOfPHP\\Component\\EventDispatcher\\": "src/SonsOfPHP/Component/EventDispatcher",
"SonsOfPHP\\Component\\EventSourcing\\": "src/SonsOfPHP/Component/EventSourcing",
"SonsOfPHP\\Component\\FeatureToggle\\": "src/SonsOfPHP/Component/FeatureToggle",
"SonsOfPHP\\Component\\Filesystem\\": "src/SonsOfPHP/Component/Filesystem",
"SonsOfPHP\\Component\\HttpFactory\\": "src/SonsOfPHP/Component/HttpFactory",
"SonsOfPHP\\Component\\HttpHandler\\": "src/SonsOfPHP/Component/HttpHandler",
"SonsOfPHP\\Component\\HttpMessage\\": "src/SonsOfPHP/Component/HttpMessage",
"SonsOfPHP\\Component\\Json\\": "src/SonsOfPHP/Component/Json",
"SonsOfPHP\\Component\\Link\\": "src/SonsOfPHP/Component/Link",
"SonsOfPHP\\Component\\Logger\\": "src/SonsOfPHP/Component/Logger",
"SonsOfPHP\\Component\\Mailer\\": "src/SonsOfPHP/Component/Mailer",
"SonsOfPHP\\Component\\Money\\": "src/SonsOfPHP/Component/Money",
"SonsOfPHP\\Component\\Pager\\": "src/SonsOfPHP/Component/Pager",
"SonsOfPHP\\Component\\Registry\\": "src/SonsOfPHP/Component/Registry",
"SonsOfPHP\\Component\\StateMachine\\": "src/SonsOfPHP/Component/StateMachine",
"SonsOfPHP\\Component\\Version\\": "src/SonsOfPHP/Component/Version",
"SonsOfPHP\\Contract\\Common\\": "src/SonsOfPHP/Contract/Common",
"SonsOfPHP\\Contract\\Cookie\\": "src/SonsOfPHP/Contract/Cookie",
"SonsOfPHP\\Contract\\Cqrs\\": "src/SonsOfPHP/Contract/Cqrs",
"SonsOfPHP\\Contract\\EventSourcing\\": "src/SonsOfPHP/Contract/EventSourcing",
"SonsOfPHP\\Contract\\FeatureToggle\\": "src/SonsOfPHP/Contract/FeatureToggle",
"SonsOfPHP\\Contract\\Filesystem\\": "src/SonsOfPHP/Contract/Filesystem",
"SonsOfPHP\\Contract\\HttpHandler\\": "src/SonsOfPHP/Contract/HttpHandler",
"SonsOfPHP\\Contract\\Logger\\": "src/SonsOfPHP/Contract/Logger",
"SonsOfPHP\\Contract\\Mailer\\": "src/SonsOfPHP/Contract/Mailer",
"SonsOfPHP\\Contract\\Money\\": "src/SonsOfPHP/Contract/Money",
"SonsOfPHP\\Contract\\Pager\\": "src/SonsOfPHP/Contract/Pager",
"SonsOfPHP\\Contract\\Registry\\": "src/SonsOfPHP/Contract/Registry",
"SonsOfPHP\\Contract\\StateMachine\\": "src/SonsOfPHP/Contract/StateMachine",
"SonsOfPHP\\Contract\\Version\\": "src/SonsOfPHP/Contract/Version"
}
},
"extra": {
"sort-packages": true,
"branch-alias": {
"dev-main": "0.3.x-dev"
}
},
"require-dev": {
"phpunit/phpunit": "^10.4",
"symfony/http-foundation": "^5 || ^6 || ^7",
"symfony/messenger": "^5 || ^6 || ^7",
"symfony/serializer": "^5 || ^6 || ^7"
},
"autoload-dev": {
"psr-4": {
"SonsOfPHP\\Bard\\Tests\\": "src/SonsOfPHP/Bard/Tests",
"SonsOfPHP\\Bridge\\Symfony\\Cqrs\\Tests\\": "src/SonsOfPHP/Bridge/Symfony/Cqrs/Tests"
}
},
"scripts": {
"githooks": [
"@php -r \"if(file_exists('./.git')&&file_exists('./build/hooks/pre-commit')){copy('./build/hooks/pre-commit','./.git/hooks/pre-commit');chmod('./.git/hooks/pre-commit',0755);}\""
]
}
}