Projekt

Obecné

Profil

Stáhnout (844 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
    "name": "sebastian/recursion-context",
3
    "description": "Provides functionality to recursively process PHP variables",
4
    "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5
    "license": "BSD-3-Clause",
6
    "authors": [
7
        {
8
            "name": "Sebastian Bergmann",
9
            "email": "sebastian@phpunit.de"
10
        },
11
        {
12
            "name": "Jeff Welch",
13
            "email": "whatthejeff@gmail.com"
14
        },
15
        {
16
            "name": "Adam Harvey",
17
            "email": "aharvey@php.net"
18
        }
19
    ],
20
    "require": {
21
        "php": ">=5.3.3"
22
    },
23
    "require-dev": {
24
        "phpunit/phpunit": "~4.4"
25
    },
26
    "autoload": {
27
        "classmap": [
28
            "src/"
29
        ]
30
    },
31
    "extra": {
32
        "branch-alias": {
33
            "dev-master": "1.0.x-dev"
34
        }
35
    }
36
}
(6-6/7)