Skip to content

Commit

Permalink
Use new package for toggl API to switch to API v9
Browse files Browse the repository at this point in the history
  • Loading branch information
stborchert committed May 29, 2024
1 parent 51817ab commit 1470df1
Show file tree
Hide file tree
Showing 10 changed files with 987 additions and 421 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ nbproject
# Tools
.svn
.sass-cache
vendor
vendor
.ddev
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}
}
}
Loading

0 comments on commit 1470df1

Please sign in to comment.