Skip to content

Commit

Permalink
Added version 6 in symfony/console #377 (#381)
Browse files Browse the repository at this point in the history
* Added version 6 in symfony/console

* Stay compatible with PHP 7
  • Loading branch information
alexdebril authored Feb 1, 2022
1 parent c7d0852 commit 39fb2f8
Show file tree
Hide file tree
Showing 2 changed files with 725 additions and 433 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-libxml": "*",
"guzzlehttp/guzzle": "~6.2|~7.0",
"psr/log": "~1.0",
"symfony/console": "~3.4|~4.0|~5.0"
"symfony/console": "~3.4|~4.0|~5.0|~6.0"
},
"require-dev": {
"phpunit/phpunit": "~9.3.0",
Expand All @@ -41,6 +41,9 @@
"config": {
"preferred-install": {
"*": "dist"
},
"platform": {
"php": "7.3"
}
}
}
Loading

0 comments on commit 39fb2f8

Please sign in to comment.