|
54 | 54 | "psr/http-server-middleware": "^1.0", |
55 | 55 | "psr/log": "1 - 3", |
56 | 56 | "psr/simple-cache": "2 - 3", |
| 57 | + "ramsey/uuid": "^4.7", |
57 | 58 | "spiral/attributes": "^2.8|^3.0", |
58 | 59 | "spiral/composer-publish-plugin": "^1.0", |
59 | 60 | "symfony/console": "^6.1 || ^7.0", |
|
91 | 92 | "Spiral\\Distribution\\": "src/Distribution/src", |
92 | 93 | "Spiral\\DotEnv\\": "src/Bridge/Dotenv/src", |
93 | 94 | "Spiral\\Encrypter\\": "src/Encrypter/src", |
94 | | - "Spiral\\Exceptions\\": "src/Exceptions/src", |
95 | 95 | "Spiral\\Events\\": "src/Events/src", |
| 96 | + "Spiral\\Exceptions\\": "src/Exceptions/src", |
96 | 97 | "Spiral\\Files\\": "src/Files/src", |
97 | 98 | "Spiral\\Filters\\": "src/Filters/src", |
98 | 99 | "Spiral\\Http\\": "src/Http/src", |
|
138 | 139 | "league/flysystem-async-aws-s3": "^2.0 || ^3.0", |
139 | 140 | "league/flysystem-aws-s3-v3": "^2.0 || ^3.0", |
140 | 141 | "mikey179/vfsstream": "^1.6", |
141 | | - "mockery/mockery": "^1.5", |
142 | | - "phpunit/phpunit": "10.5.3", |
| 142 | + "mockery/mockery": "^1.6", |
| 143 | + "phpunit/phpunit": "^10.5", |
143 | 144 | "ramsey/collection": "^1.2", |
144 | | - "ramsey/uuid": "^4.2.3", |
145 | 145 | "rector/rector": "~2.0.0", |
146 | 146 | "spiral/code-style": "^2.2.2", |
147 | | - "spiral/nyholm-bridge": "^1.2", |
| 147 | + "spiral/nyholm-bridge": "^1.3", |
148 | 148 | "spiral/testing": "^2.8", |
149 | 149 | "spiral/validator": "^1.3", |
150 | 150 | "symplify/monorepo-builder": "^10.2.7", |
|
158 | 158 | "src/Auth/tests", |
159 | 159 | "src/AuthHttp/tests" |
160 | 160 | ], |
161 | | - "Spiral\\Tests\\Broadcasting\\": "src/Broadcasting/tests", |
162 | 161 | "Spiral\\Tests\\Boot\\": "src/Boot/tests", |
| 162 | + "Spiral\\Tests\\Broadcasting\\": "src/Broadcasting/tests", |
163 | 163 | "Spiral\\Tests\\Cache\\": "src/Cache/tests", |
164 | 164 | "Spiral\\Tests\\Config\\": "src/Config/tests", |
165 | 165 | "Spiral\\Tests\\Console\\": "src/Console/tests", |
|
173 | 173 | "Spiral\\Tests\\Distribution\\": "src/Distribution/tests", |
174 | 174 | "Spiral\\Tests\\DotEnv\\": "src/Bridge/Dotenv/tests", |
175 | 175 | "Spiral\\Tests\\Encrypter\\": "src/Encrypter/tests", |
176 | | - "Spiral\\Tests\\Exceptions\\": "src/Exceptions/tests", |
177 | 176 | "Spiral\\Tests\\Events\\": "src/Events/tests", |
| 177 | + "Spiral\\Tests\\Exceptions\\": "src/Exceptions/tests", |
178 | 178 | "Spiral\\Tests\\Files\\": "src/Files/tests", |
179 | 179 | "Spiral\\Tests\\Filters\\": "src/Filters/tests", |
180 | 180 | "Spiral\\Tests\\Framework\\": "tests/Framework", |
|
226 | 226 | "spiral/debug": "self.version", |
227 | 227 | "spiral/distribution": "self.version", |
228 | 228 | "spiral/dotenv-bridge": "self.version", |
229 | | - "spiral/interceptors": "self.version", |
230 | 229 | "spiral/encrypter": "self.version", |
231 | | - "spiral/exceptions": "self.version", |
232 | 230 | "spiral/events": "self.version", |
| 231 | + "spiral/exceptions": "self.version", |
233 | 232 | "spiral/files": "self.version", |
234 | 233 | "spiral/filters": "self.version", |
235 | 234 | "spiral/hmvc": "self.version", |
236 | 235 | "spiral/http": "self.version", |
| 236 | + "spiral/interceptors": "self.version", |
237 | 237 | "spiral/logger": "self.version", |
238 | 238 | "spiral/mailer": "self.version", |
239 | 239 | "spiral/models": "self.version", |
240 | 240 | "spiral/monolog-bridge": "self.version", |
241 | 241 | "spiral/pagination": "self.version", |
242 | 242 | "spiral/prototype": "self.version", |
| 243 | + "spiral/queue": "self.version", |
243 | 244 | "spiral/reactor": "self.version", |
244 | 245 | "spiral/router": "self.version", |
245 | | - "spiral/queue": "self.version", |
246 | 246 | "spiral/scaffolder": "self.version", |
247 | 247 | "spiral/security": "self.version", |
248 | 248 | "spiral/sendit": "self.version", |
|
0 commit comments