Skip to content

Commit

Permalink
Merge pull request #20 from derhasi/updating-dependencies
Browse files Browse the repository at this point in the history
Updating dependencies: ajt/guzzle-toggle, symfony components, ...
  • Loading branch information
derhasi authored Jul 11, 2017
2 parents c771042 + 1356121 commit e23a305
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 176 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "Command line tool to sync toggl time entries to redmine",
"require": {
"php": ">=5.4.0",
"ajt/guzzle-toggl": ">=0.9",
"ajt/guzzle-toggl": "^1.0.0",
"kbsali/redmine-api": "^1.5.0",
"symfony/console": "^2.6.0",
"symfony/config": "^2.6.0",
"symfony/yaml": "^2.6.0"
"symfony/config": "~2.7|^3",
"symfony/console": "~2.7|^3",
"symfony/yaml": "~2.7|^3"
},
"bin": [
"toggl2redmine"
Expand All @@ -23,6 +23,8 @@
"name": "Johannes Haseitl",
"email": "[email protected]"
}
]
],
"config": {
"sort-packages": true
}
}

Loading

0 comments on commit e23a305

Please sign in to comment.