-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
191 lines (191 loc) · 7.47 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
{
"name": "aedart/athenaeum",
"description": "Athenaeum is a mono repository; a collection of various PHP packages",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alin Eugen Deac",
"email": "aedart@gmail.com"
}
],
"require": {
"php": "^8.2",
"ext-fileinfo": "*",
"ext-json": "*",
"ext-sockets": "*",
"composer-runtime-api": "^2.2.2",
"dragonmantank/cron-expression": "^3.4.0",
"fakerphp/faker": "^v1.24.1",
"guzzlehttp/guzzle": "^7.9.2",
"illuminate/auth": "^v11.41.3",
"illuminate/cache": "^v11.41.3",
"illuminate/collections": "^v11.41.3",
"illuminate/config": "^v11.41.3",
"illuminate/console": "^v11.41.3",
"illuminate/container": "^v11.41.3",
"illuminate/contracts": "^v11.41.3",
"illuminate/database": "^v11.41.3",
"illuminate/events": "^v11.41.3",
"illuminate/filesystem": "^v11.41.3",
"illuminate/http": "^v11.41.3",
"illuminate/pipeline": "^v11.41.3",
"illuminate/support": "^v11.41.3",
"illuminate/translation": "^v11.41.3",
"illuminate/validation": "^v11.41.3",
"league/flysystem": "^3.29.1",
"mockery/mockery": "1.6.*",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.1.0",
"psr/http-message": "^1.1",
"psr/log": "^3.0.2",
"ramsey/http-range": "^1.1.0",
"shrikeh/teapot": "^2.3.1",
"symfony/console": "^v7.2.1",
"symfony/finder": "^7.2.2",
"vlucas/phpdotenv": "^5.6.1",
"xenolope/quahog": "^3.0"
},
"require-dev": {
"ext-curl": "*",
"bamarni/composer-bin-plugin": "^1.8.2",
"codeception/codeception": "^5.1.2",
"codeception/module-asserts": "^3.0.0",
"illuminate/testing": "^v11.41.3",
"laravel/fortify": "^1.25.4",
"league/flysystem-adapter-test-utilities": "^3.29.0",
"nette/neon": "^3.4.4",
"orchestra/testbench": "^v9.9.0",
"orchestra/testbench-dusk": "^v9.11.2",
"phpstan/phpstan": "^1.12.16",
"predis/predis": "^2.3.0",
"roave/security-advisories": "dev-master",
"symfony/var-dumper": "^v7.2.3",
"symfony/yaml": "^v7.2.3",
"twig/twig": "^3.19.0",
"yosymfony/toml": "^1.0.4"
},
"autoload": {
"files": [
"packages/Core/helpers/paths.php",
"packages/Support/helpers/properties.php"
],
"psr-4": {
"Aedart\\": "src",
"Aedart\\Acl\\": "packages/Acl/src",
"Aedart\\Antivirus\\": "packages/Antivirus/src",
"Aedart\\Audit\\": "packages/Audit/src",
"Aedart\\Auth\\": "packages/Auth/src",
"Aedart\\Circuits\\": "packages/Circuits/src",
"Aedart\\Collections\\": "packages/Collections/src",
"Aedart\\Config\\": "packages/Config/src",
"Aedart\\Console\\": "packages/Console/src",
"Aedart\\Container\\": "packages/Container/src",
"Aedart\\Contracts\\": "packages/Contracts/src",
"Aedart\\Core\\": "packages/Core/src",
"Aedart\\Database\\": "packages/Database/src",
"Aedart\\Dto\\": "packages/Dto/src",
"Aedart\\ETags\\": "packages/ETags/src",
"Aedart\\Events\\": "packages/Events/src",
"Aedart\\Filters\\": "packages/Filters/src",
"Aedart\\Flysystem\\Db\\": "packages/Flysystem/Db/src",
"Aedart\\Http\\Api\\": "packages/Http/Api/src",
"Aedart\\Http\\Clients\\": "packages/Http/Clients/src",
"Aedart\\Http\\Cookies\\": "packages/Http/Cookies/src",
"Aedart\\Http\\Messages\\": "packages/Http/Messages/src",
"Aedart\\Maintenance\\Modes\\": "packages/Maintenance/Modes/src",
"Aedart\\MimeTypes\\": "packages/MimeTypes/src",
"Aedart\\Pagination\\": "packages/Pagination/src",
"Aedart\\Properties\\": "packages/Properties/src",
"Aedart\\Redmine\\": "packages/Redmine/src",
"Aedart\\Service\\": "packages/Service/src",
"Aedart\\Streams\\": "packages/Streams/src",
"Aedart\\Support\\": "packages/Support/src",
"Aedart\\Testing\\": "packages/Testing/src",
"Aedart\\Translation\\": "packages/Translation/src",
"Aedart\\Utils\\": "packages/Utils/src",
"Aedart\\Validation\\": "packages/Validation/src"
}
},
"autoload-dev": {
"psr-4": {
"Aedart\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "8.20.x-dev"
},
"extra": {
"bamarni-bin": {
"bin-links": false,
"target-directory": "vendor-bin",
"forward-command": false
}
}
},
"scripts": {
"post-install-cmd": [
"@test-env",
"@update-bin"
],
"post-update-cmd": [
"@update-bin"
],
"test-env": [
"@php -r \"file_exists('.testing') || copy('.testing.example', '.testing');\""
],
"update-bin": [
"@composer bin all update --ansi"
],
"check": [
"vendor-bin/cs/vendor/squizlabs/php_codesniffer/bin/phpcs -p --standard=PHPCompatibility --colors --report-full --report-summary --runtime-set testVersion 8.2- ./packages ./tests"
],
"cs": "vendor-bin/cs/vendor/symplify/easy-coding-standard/bin/ecs check --ansi",
"cs-fix": "vendor-bin/cs/vendor/symplify/easy-coding-standard/bin/ecs check --fix --ansi",
"analyse": "vendor/bin/phpstan analyse --ansi",
"docs:dev": "npm run docs:dev --ansi"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"replace": {
"aedart/athenaeum-acl": "8.19.0",
"aedart/athenaeum-antivirus": "8.19.0",
"aedart/athenaeum-audit": "8.19.0",
"aedart/athenaeum-auth": "8.19.0",
"aedart/athenaeum-circuits": "8.19.0",
"aedart/athenaeum-collections": "8.19.0",
"aedart/athenaeum-config": "8.19.0",
"aedart/athenaeum-console": "8.19.0",
"aedart/athenaeum-container": "8.19.0",
"aedart/athenaeum-contracts": "8.19.0",
"aedart/athenaeum-core": "8.19.0",
"aedart/athenaeum-database": "8.19.0",
"aedart/athenaeum-dto": "8.19.0",
"aedart/athenaeum-etags": "8.19.0",
"aedart/athenaeum-events": "8.19.0",
"aedart/athenaeum-filters": "8.19.0",
"aedart/athenaeum-flysystem-db": "8.19.0",
"aedart/athenaeum-http-api": "8.19.0",
"aedart/athenaeum-http-clients": "8.19.0",
"aedart/athenaeum-http-cookies": "8.19.0",
"aedart/athenaeum-http-messages": "8.19.0",
"aedart/athenaeum-maintenance-modes": "8.19.0",
"aedart/athenaeum-mime-types": "8.19.0",
"aedart/athenaeum-pagination": "8.19.0",
"aedart/athenaeum-properties": "8.19.0",
"aedart/athenaeum-redmine": "8.19.0",
"aedart/athenaeum-service": "8.19.0",
"aedart/athenaeum-streams": "8.19.0",
"aedart/athenaeum-support": "8.19.0",
"aedart/athenaeum-testing": "8.19.0",
"aedart/athenaeum-translation": "8.19.0",
"aedart/athenaeum-utils": "8.19.0",
"aedart/athenaeum-validation": "8.19.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}