Skip to content

Commit

Permalink
Use stable versions of chimera packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Feb 24, 2021
1 parent 6e64010 commit f2e6400
Show file tree
Hide file tree
Showing 2 changed files with 2,426 additions and 2,439 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"chimera/foundation": "^0.4.x-dev@dev",
"chimera/routing": "^0.4.x-dev@dev",
"chimera/bus-implementation": "^0.4",
"chimera/routing-implementation": "^0.4",
"lcobucci/di-builder": "^7.0"
},
"require-dev": {
"chimera/bus-tactician": "^0.4.x-dev@dev",
"chimera/mapping": "^0.4.x-dev@dev",
"chimera/routing-mezzio": "^0.4.x-dev@dev",
"chimera/serialization-jms": "^0.4.x-dev@dev",
"chimera/bus-tactician": "^0.4",
"chimera/mapping": "^0.4",
"chimera/routing-mezzio": "^0.4",
"chimera/serialization-jms": "^0.4",
"infection/infection": "^0.21",
"lcobucci/coding-standard": "^6.0",
"lcobucci/error-handling-middleware": "^1.2",
Expand Down
Loading

0 comments on commit f2e6400

Please sign in to comment.