Skip to content

Commit

Permalink
Fixed composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Dec 28, 2019
1 parent da87c39 commit bf9dda4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "drift/bus-bundle",
"description": "Bus Bundle for DriftPHP, a framework on top of Symfony and ReactPHP components",
"homepage": "https://github.com/driftphp/bus-bundle",
"type": "library",
"license": "MIT",

"require": {
"php": "^7.2",
"mmoreram/base-bundle": "*",
"clue/block-react": "*",
"symfony/console": "*"
"php": "^7.3",
"mmoreram/base-bundle": "^2.1",
"clue/block-react": "^1.3",
"symfony/console": "^5.0.0"
},

"require-dev": {
"drift/redis-bundle": "*",
"drift/amqp-bundle": "*"
"drift/redis-bundle": "0.1.*",
"drift/amqp-bundle": "0.1.*"
},

"suggest": {
Expand Down

0 comments on commit bf9dda4

Please sign in to comment.