Skip to content

Commit

Permalink
Merge pull request #35 from chirripo/improve-compatibility
Browse files Browse the repository at this point in the history
Improve compatibility
  • Loading branch information
kporras07 committed May 24, 2020
2 parents cc3467e + 134366b commit 725d9d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1,645 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -12,9 +12,9 @@
},
"bin": ["bin/chirripo"],
"require": {
"symfony/console": "^3.4",
"symfony/process": "^3.4",
"symfony/dotenv": "^3.4",
"symfony/console": ">=3.4",
"symfony/process": ">=3.4",
"symfony/dotenv": ">=3.4",
"consolidation/robo": "^1.4"
},
"autoload": {
Expand Down

0 comments on commit 725d9d4

Please sign in to comment.