diff options
author | Christian Foellmann <foellmann@foe-services.de> | 2015-04-12 20:08:45 +0200 |
---|---|---|
committer | Christian Foellmann <foellmann@foe-services.de> | 2015-04-12 20:08:45 +0200 |
commit | 7249e7e1dd5bc313ba05f48981621afbe4ce5cf4 (patch) | |
tree | 1afe7c20775e6bc618320c617cef2edb45ce7865 | |
parent | 077f79f13ddc8efa4cb10c2c041eb4b50037e0e3 (diff) | |
download | webgrind-7249e7e1dd5bc313ba05f48981621afbe4ce5cf4.zip webgrind-7249e7e1dd5bc313ba05f48981621afbe4ce5cf4.tar.gz webgrind-7249e7e1dd5bc313ba05f48981621afbe4ce5cf4.tar.bz2 |
added composer.json for packagist registration
-rw-r--r-- | composer.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b51cb5c --- /dev/null +++ b/composer.json @@ -0,0 +1,25 @@ +{ + "name": "jokkedk/webgrind", + "type": "application", + "description": "Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.", + "keywords": ["webgrind","xdebug","debug"], + "homepage": "https://github.com/jokkedk/webgrind", + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Joakim Nygård", + "email": "joakim@scienta.dk", + "homepage": "http://jokke.dk/" + }, + { + "name": "Jacob Oettinger", + "email": "jacob@oettinger.dk", + "homepage": "http://oettinger.dk/" + } + ], + "support": { + "issues": "https://github.com/jokkedk/webgrind/issues", + "wiki": "https://github.com/jokkedk/webgrind/wiki", + "source": "https://github.com/jokkedk/webgrind" + } +} |