-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new package for toggl API to switch to API v9
- Loading branch information
1 parent
51817ab
commit 1470df1
Showing
10 changed files
with
987 additions
and
421 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 |
---|---|---|
|
@@ -14,4 +14,5 @@ nbproject | |
# Tools | ||
.svn | ||
.sass-cache | ||
vendor | ||
vendor | ||
.ddev |
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,8 +3,9 @@ | |
"description": "Command line tool to sync toggl time entries to redmine", | ||
"require": { | ||
"php": ">=7.4.0", | ||
"ixudra/toggl": "^2.0.0", | ||
"kbsali/redmine-api": "^2.1", | ||
"morningtrain/toggl-api": "^1.2", | ||
"nesbot/carbon": "3.4.0 as 1.39.1", | ||
"symfony/config": "~2.7|^3", | ||
"symfony/console": "~2.7|^3", | ||
"symfony/yaml": "~2.7|^3" | ||
|
@@ -19,16 +20,15 @@ | |
}, | ||
"license": "GPL-3.0-only", | ||
"authors": [ | ||
{ | ||
"name": "Johannes Haseitl", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Stefan Borchert", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"config": { | ||
"sort-packages": true | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"kylekatarnls/update-helper": true | ||
} | ||
} | ||
} |
Oops, something went wrong.