Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Dec 31, 2019
2 parents d4ddec9 + c4cd182 commit cedd2ec
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 194 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
}
},
"require": {
"php": ">=7.0.8",
"guzzlehttp/guzzle": "~6.0",
"cypresslab/gitelephant": "~2.1.1",
"symfony/console": "~2.7|~3.0|~4.0",
"symfony/process": "~2.7|~3.0|~4.0",
"symfony/filesystem": "~2.7|~3.0|~4.0",
"symfony/yaml": "~2.1|~3.0|~4.0"
"cypresslab/gitelephant": "~4.0.0",
"symfony/console": "~3.0|~4.0",
"symfony/process": "~3.0|~4.0",
"symfony/filesystem": "~3.0|~4.0",
"symfony/yaml": "~3.0|~4.0"
},
"bin": [
"october"
],
"require-dev": {
"symfony/var-dumper": "~2.7|~3.0|~4.0"
"symfony/var-dumper": "~3.0|~4.0"
}
}
Loading

0 comments on commit cedd2ec

Please sign in to comment.