Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Dec 18, 2014
1 parent 5cf7c75 commit 39b696d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions composer.json
@@ -1,9 +1,9 @@
{
"name": "khill/lavacharts",
"description": "PHP wrapper library for the Google Chart API",
"keywords": ["composer", "packagist", "google", "charts", "graphs"],
"version": "2.0.0-beta1",
"homepage": "http://kevinkhill.github.io/lavacharts",
"keywords": ["charts", "graphs", "google"],
"version": "2.0.0",
"homepage": "http://lavacharts.com",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -30,11 +30,5 @@
"autoload-dev": {
"psr-4": { "Khill\\Lavacharts\\Tests\\": "tests/" }
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-2.0": "2.0.x-dev"
}
}
"minimum-stability": "stable"
}

0 comments on commit 39b696d

Please sign in to comment.