Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboer committed Mar 12, 2020
2 parents 019f38e + 85c894b commit 357ba4d
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 375 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor

/.php_cs.cache
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Simple PHP CLI tool to convert CSV export files from [Timing](https://timingapp.

## Requirements

* PHP 7+
* PHP 7.3+
* Composer

## Getting started
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "cloudstek/timing-toggl",
"description": "Convert timing CSV exports to Toggl CSV files for import",
"license": "MIT",
"version": "2.0.0",
"authors": [
{
"name": "Maarten de Boer",
Expand All @@ -14,17 +15,19 @@
}
},
"require": {
"ext-json": "*",
"php": ">=7.3",
"symfony/console": "^4.3",
"phpoffice/phpspreadsheet": "^1.4",
"phpstan/phpstan-shim": "^0.11.8",
"slevomat/coding-standard": "^5.0",
"symfony/mime": "^4.3",
"nesbot/carbon": "^2.20"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"squizlabs/php_codesniffer": "^3.3",
"escapestudios/symfony2-coding-standard": "^3.4",
"phpstan/phpstan-deprecation-rules": "^0.11.2"
"phpstan/phpstan-deprecation-rules": "^0.11.2",
"slevomat/coding-standard": "^6.1"
}
}
Loading

0 comments on commit 357ba4d

Please sign in to comment.