1{
2    "name": "sebastian/exporter",
3    "description": "Provides the functionality to export PHP variables for visualization",
4    "keywords": ["exporter","export"],
5    "homepage": "http://www.github.com/sebastianbergmann/exporter",
6    "license": "BSD-3-Clause",
7    "authors": [
8        {
9            "name": "Sebastian Bergmann",
10            "email": "sebastian@phpunit.de"
11        },
12        {
13            "name": "Jeff Welch",
14            "email": "whatthejeff@gmail.com"
15        },
16        {
17            "name": "Volker Dusch",
18            "email": "github@wallbash.com"
19        },
20        {
21            "name": "Adam Harvey",
22            "email": "aharvey@php.net"
23        },
24        {
25            "name": "Bernhard Schussek",
26            "email": "bschussek@2bepublished.at"
27        }
28    ],
29    "require": {
30        "php": ">=5.3.3",
31        "sebastian/recursion-context": "~2.0"
32    },
33    "require-dev": {
34        "phpunit/phpunit": "~4.4",
35        "ext-mbstring": "*"
36    },
37    "autoload": {
38        "classmap": [
39            "src/"
40        ]
41    },
42    "extra": {
43        "branch-alias": {
44            "dev-master": "2.0.x-dev"
45        }
46    }
47}
48
49