|
12 | 12 | "homepage": "https://github.com/SonsOfPHP", |
13 | 13 | "license": "MIT", |
14 | 14 | "authors": [ |
| 15 | + { |
| 16 | + "name": "Sons of PHP Community", |
| 17 | + "homepage": "https://github.com/SonsOfPHP/sonsofphp/graphs/contributors" |
| 18 | + }, |
15 | 19 | { |
16 | 20 | "name": "Joshua Estes", |
17 | 21 | |
|
79 | 83 | "psr/log": "^2.0 || ^3.0", |
80 | 84 | "psr/simple-cache": "^2.0 || ^3.0", |
81 | 85 | "symfony/console": "^4 || ^5 || ^6 || ^7", |
82 | | - "symfony/dependency-injection": "^5 || ^6 || ^7", |
83 | 86 | "symfony/dotenv": "^5 || ^6 || ^7", |
84 | 87 | "symfony/finder": "^5 || ^6 || ^7", |
85 | | - "symfony/http-kernel": "^5 || ^6 || ^7", |
86 | | - "symfony/messenger": "^5 || ^6 || ^7", |
87 | 88 | "symfony/options-resolver": "^6 || ^7", |
88 | 89 | "symfony/process": "^5 || ^6 || ^7", |
89 | 90 | "symfony/security-bundle": "^6 || ^7", |
|
100 | 101 | "sonsofphp/cookie": "self.version", |
101 | 102 | "sonsofphp/cookie-contract": "self.version", |
102 | 103 | "sonsofphp/cqrs": "self.version", |
103 | | - "sonsofphp/cqrs-bundle": "self.version", |
104 | 104 | "sonsofphp/cqrs-contract": "self.version", |
105 | 105 | "sonsofphp/cqrs-symfony": "self.version", |
106 | 106 | "sonsofphp/event-dispatcher": "self.version", |
|
150 | 150 | "src/SonsOfPHP/Component/Container/Tests", |
151 | 151 | "src/SonsOfPHP/Component/Cookie/Tests", |
152 | 152 | "src/SonsOfPHP/Component/Cqrs/Tests", |
153 | | - "src/SonsOfPHP/Bundle/Cqrs/Tests", |
154 | 153 | "src/SonsOfPHP/Bridge/Symfony/Cqrs/Tests", |
155 | 154 | "src/SonsOfPHP/Bridge/Symfony/EventSourcing/Tests", |
156 | 155 | "src/SonsOfPHP/Bridge/Twig/Money/Tests", |
|
186 | 185 | "SonsOfPHP\\Bridge\\Symfony\\Cqrs\\": "src/SonsOfPHP/Bridge/Symfony/Cqrs", |
187 | 186 | "SonsOfPHP\\Bridge\\Symfony\\EventSourcing\\": "src/SonsOfPHP/Bridge/Symfony/EventSourcing", |
188 | 187 | "SonsOfPHP\\Bridge\\Twig\\Money\\": "src/SonsOfPHP/Bridge/Twig/Money", |
189 | | - "SonsOfPHP\\Bundle\\Cqrs\\": "src/SonsOfPHP/Bundle/Cqrs", |
190 | 188 | "SonsOfPHP\\Component\\Assert\\": "src/SonsOfPHP/Component/Assert", |
191 | 189 | "SonsOfPHP\\Component\\Cache\\": "src/SonsOfPHP/Component/Cache", |
192 | 190 | "SonsOfPHP\\Component\\Clock\\": "src/SonsOfPHP/Component/Clock", |
|
234 | 232 | "require-dev": { |
235 | 233 | "phpunit/phpunit": "^10.4", |
236 | 234 | "symfony/http-foundation": "^5 || ^6 || ^7", |
| 235 | + "symfony/messenger": "^5 || ^6 || ^7", |
237 | 236 | "symfony/serializer": "^5 || ^6 || ^7" |
238 | 237 | }, |
239 | 238 | "autoload-dev": { |
240 | 239 | "psr-4": { |
241 | 240 | "SonsOfPHP\\Bard\\Tests\\": "src/SonsOfPHP/Bard/Tests", |
242 | | - "SonsOfPHP\\Bridge\\Symfony\\Cqrs\\Tests\\": "src/SonsOfPHP/Bridge/Symfony/Cqrs/Tests", |
243 | | - "SonsOfPHP\\Bundle\\Cqrs\\Tests\\": "src/SonsOfPHP/Bundle/Cqrs/Tests" |
| 241 | + "SonsOfPHP\\Bridge\\Symfony\\Cqrs\\Tests\\": "src/SonsOfPHP/Bridge/Symfony/Cqrs/Tests" |
244 | 242 | } |
245 | 243 | }, |
246 | 244 | "scripts": { |
|
0 commit comments