Skip to content

Commit

Permalink
Merge pull request #26 from peterjaap/patch-1
Browse files Browse the repository at this point in the history
Updated symfony/console restraint to include version 5
  • Loading branch information
biggianteye authored Apr 17, 2020
2 parents 892e0f1 + 6852ee4 commit 57dd3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^5.7.21|^6|^7",
"phpunit/phpunit": "^5.7.21 | ^6 | ^7",
"squizlabs/php_codesniffer": "^3.3.1",
"graze/standards": "^2",
"symfony/console": "^3.1 | ^4",
"symfony/console": "^3.1 | ^4 | ^5",
"graze/console-diff-renderer": "^0.6.1"
},
"suggest": {
Expand Down

0 comments on commit 57dd3c6

Please sign in to comment.