Skip to content

Commit f2e6400

Browse files
committed
Use stable versions of chimera packages
1 parent 6e64010 commit f2e6400

File tree

2 files changed

+2426
-2439
lines changed

2 files changed

+2426
-2439
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"require": {
1313
"php": "^7.4 || ^8.0",
1414
"ext-json": "*",
15-
"chimera/foundation": "^0.4.x-dev@dev",
16-
"chimera/routing": "^0.4.x-dev@dev",
15+
"chimera/bus-implementation": "^0.4",
16+
"chimera/routing-implementation": "^0.4",
1717
"lcobucci/di-builder": "^7.0"
1818
},
1919
"require-dev": {
20-
"chimera/bus-tactician": "^0.4.x-dev@dev",
21-
"chimera/mapping": "^0.4.x-dev@dev",
22-
"chimera/routing-mezzio": "^0.4.x-dev@dev",
23-
"chimera/serialization-jms": "^0.4.x-dev@dev",
20+
"chimera/bus-tactician": "^0.4",
21+
"chimera/mapping": "^0.4",
22+
"chimera/routing-mezzio": "^0.4",
23+
"chimera/serialization-jms": "^0.4",
2424
"infection/infection": "^0.21",
2525
"lcobucci/coding-standard": "^6.0",
2626
"lcobucci/error-handling-middleware": "^1.2",

0 commit comments

Comments
 (0)