Projekt

Obecné

Profil

Stáhnout (779 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
    "name": "sebastian/global-state",
3
    "description": "Snapshotting of global state",
4
    "keywords": ["global state"],
5
    "homepage": "http://www.github.com/sebastianbergmann/global-state",
6
    "license": "BSD-3-Clause",
7
    "authors": [
8
        {
9
            "name": "Sebastian Bergmann",
10
            "email": "sebastian@phpunit.de"
11
        }
12
    ],
13
    "require": {
14
        "php": ">=5.3.3"
15
    },
16
    "require-dev": {
17
        "phpunit/phpunit": "~4.2"
18
    },
19
    "suggest": {
20
        "ext-uopz": "*"
21
    },
22
    "autoload": {
23
        "classmap": [
24
            "src/"
25
        ]
26
    },
27
    "autoload-dev": {
28
        "classmap": [
29
            "tests/_fixture/"
30
        ]
31
    },
32
    "extra": {
33
        "branch-alias": {
34
            "dev-master": "1.0-dev"
35
        }
36
    }
37
}
(6-6/7)