Skip to content

Commit

Permalink
meta: Minor fix to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Dec 13, 2018
1 parent 63987c6 commit efbac6e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "sentry/sentry",
"type": "library",
"description": "A PHP client for Sentry (http://getsentry.com)",
"keywords": ["log", "logging", "error-monitoring", "error-handler", "crash-reporting", "crash-reports"],
"homepage": "http://getsentry.com",
"description": "A PHP SDK for Sentry (http://sentry.io)",
"keywords": ["sentry", "log", "logging", "error-monitoring", "error-handler", "crash-reporting", "crash-reports"],
"homepage": "http://sentry.io",
"license": "BSD-3-Clause",
"authors": [
{
"name": "David Cramer",
"email": "dcramer@gmail.com"
"name": "Sentry"
}
],
"require": {
Expand Down

0 comments on commit efbac6e

Please sign in to comment.