Skip to content

Commit

Permalink
Merge pull request #542 from SerafimArts/feature/actualize-composer-d…
Browse files Browse the repository at this point in the history
…ependencies

feat(composer): Actualize composer.json dependencies
  • Loading branch information
rustatian authored Feb 12, 2021
2 parents 8f6cafd + 4ffe8b4 commit f8dd689
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
}
],
"require": {
"spiral/roadrunner-worker": ">=2.0"
}
"spiral/roadrunner-worker": "^2.0",
"spiral/roadrunner-cli": "^2.0",
"spiral/roadrunner-http": "^2.0"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit f8dd689

Please sign in to comment.