-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from derhasi/updating-dependencies
Updating dependencies: ajt/guzzle-toggle, symfony components, ...
- Loading branch information
Showing
4 changed files
with
426 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -23,6 +23,8 @@ | |
"name": "Johannes Haseitl", | ||
"email": "[email protected]" | ||
} | ||
] | ||
], | ||
"config": { | ||
"sort-packages": true | ||
} | ||
} | ||
|
Oops, something went wrong.