diff options
author | Alpha <alpha0010@users.noreply.github.com> | 2016-05-19 18:56:22 -0400 |
---|---|---|
committer | Alpha <alpha0010@users.noreply.github.com> | 2016-05-19 18:56:22 -0400 |
commit | b16477dc99a1444be876c2441df4aacd3bb7b0d0 (patch) | |
tree | 50d189b6d0f4e618d2231f64d5a2dc5c491a8063 | |
parent | be826ba2d0bbfd152039a3cc1bc6617eae42499e (diff) | |
parent | 7249e7e1dd5bc313ba05f48981621afbe4ce5cf4 (diff) | |
download | webgrind-b16477dc99a1444be876c2441df4aacd3bb7b0d0.zip webgrind-b16477dc99a1444be876c2441df4aacd3bb7b0d0.tar.gz webgrind-b16477dc99a1444be876c2441df4aacd3bb7b0d0.tar.bz2 |
Merge pull request #67 from cfoellmann/feature/composer
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" + } +} |