Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Improving composer.json; removing loose comma
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS committed Aug 10, 2020
1 parent c976672 commit 8b6a8f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "Kirby v3 wrapper for tiny-phpeanuts",
"type": "kirby-plugin",
"license": "MIT",
"version": "0.2.1",
"keywords": ["kirby3", "svg", "charts"],
"homepage": "https://github.com/Fundevogel/kirby3-donuts#readme",
"authors": [
{
Expand All @@ -18,7 +20,7 @@
"issues": "https://github.com/Fundevogel/kirby3-donuts/issues"
},
"require": {
"fundevogel/tiny-phpeanuts": "^0.2.0",
"fundevogel/tiny-phpeanuts": "^0.3.0",
"getkirby/composer-installer": "^1.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function render(Kirby\Cms\Page $page, array $data)
float $thickness = null,
float $spacing = null,
string $classes = '',
bool $isPieChart = false,
bool $isPieChart = false
) {
try {
$file = render($this, [
Expand Down

0 comments on commit 8b6a8f2

Please sign in to comment.