Skip to content

Commit

Permalink
Merge pull request #89 from duncan3dc/avoid-exit-code-issue
Browse files Browse the repository at this point in the history
Prevent using symfony/console with broken exit code handling
  • Loading branch information
Ocramius authored Oct 3, 2018
2 parents 2724515 + ad0b196 commit 167000b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ext-json": "*",
"ext-phar": "*",
"nikic/php-parser": "^4.0",
"symfony/console": "^3.0 || ^4.0",
"symfony/console": "^3.4.17 | ^4.1.6",
"webmozart/glob": "^4.1"
},
"require-dev": {
Expand Down

0 comments on commit 167000b

Please sign in to comment.