Skip to content

Commit

Permalink
extend composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoellmann committed Oct 11, 2016
1 parent a82acad commit 54f685c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
{
"name": "rlerdorf/opcache-status",
"name": "wp-cloud/opcache-status",
"type": "application",
"description": "A one-page opcache status page",
"keywords": ["opcache","cache","debug","debugging"],
"homepage": "https://github.com/wp-cloud/opcache-status",
"license": "PHP-3.0",
"authors": [
{
"name": "The contributors",
"name": "The contributors of rlerdorf/opcache-status",
"homepage": "https://github.com/rlerdorf/opcache-status/graphs/contributors"
},
{
"name": "Christian Foellmann",
"email": "[email protected]",
"homepage": "http://christian.foellmann.de/"
}
],
"support": {
"issues": "https://github.com/wp-cloud/opcache-status/issues",
"source": "https://github.com/wp-cloud/opcache-status"
},
"require": {
"PHP": ">=5.5.0"
}
Expand Down

0 comments on commit 54f685c

Please sign in to comment.