Projekt

Obecné

Profil

Stáhnout (781 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
    "name": "webmozart/assert",
3
    "description": "Assertions to validate method input/output with nice error messages.",
4
    "keywords": ["assert", "check", "validate"],
5
    "license": "MIT",
6
    "authors": [
7
        {
8
            "name": "Bernhard Schussek",
9
            "email": "bschussek@gmail.com"
10
        }
11
    ],
12
    "require": {
13
        "php": "^5.3.3 || ^7.0"
14
    },
15
    "require-dev": {
16
        "phpunit/phpunit": "^4.6",
17
        "sebastian/version": "^1.0.1"
18
    },
19
    "autoload": {
20
        "psr-4": {
21
            "Webmozart\\Assert\\": "src/"
22
        }
23
    },
24
    "autoload-dev": {
25
        "psr-4": {
26
            "Webmozart\\Assert\\Tests\\": "tests/"
27
        }
28
    },
29
    "extra": {
30
        "branch-alias": {
31
            "dev-master": "1.3-dev"
32
        }
33
    }
34
}
(6-6/6)