Skip to content

Commit

Permalink
Update symfony/console dependency version (#2)
Browse files Browse the repository at this point in the history
* Fix StatusTest where job is already deleted after completion (broken with commit 5100483)
* Improve test name and add another assert
* Raise supported symfony/console version to 2.7 and composer update
  • Loading branch information
jareth authored Mar 29, 2019
1 parent c1e7141 commit 99461b0
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 153 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "innogames/php-resque",
"description": "Port of vend/resque which is the namespaced port of chrisbolton/php-resque, supports Predis, more DI",
"license": "MIT",
"minimum-stability": "dev",
"minimum-stability": "stable",
"authors": [
{
"name": "Chris Boulton",
Expand Down Expand Up @@ -33,7 +33,7 @@
"require": {
"php": ">=5.3.7",
"psr/log": "1.0.0",
"symfony/console": "~2.5.6"
"symfony/console": "^2.7"
},

"require-dev": {
Expand Down
Loading

0 comments on commit 99461b0

Please sign in to comment.