Pull merge.
[yaffs-website] / web / modules / contrib / devel / kint / kint / composer.json
1 {
2     "name": "raveren/kint",
3     "description": "Kint - debugging helper for PHP developers",
4     "keywords": ["kint", "php", "debug"],
5     "type": "library",
6     "homepage": "https://github.com/raveren/kint",
7     "license": "MIT",
8     "authors": [
9         {
10             "name": "Rokas Šleinius",
11             "homepage": "https://github.com/raveren"
12         },
13         {
14             "name": "Contributors",
15             "homepage": "https://github.com/raveren/kint/contributors"
16         }
17     ],
18     "require": {
19         "php": ">=5.1.0"
20     },
21     "autoload": {
22         "files": ["Kint.class.php"]
23     },
24     "extra": {
25         "branch-alias": {
26             "dev-master": "1.0.x-dev"
27         }
28     }
29 }