summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 27ccbfc456bc406b629df4ab2b09aa4f15deceb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "php-ds/extension",
    "license": "MIT",
    "keywords": [],
    "authors": [
        {
            "name": "Rudi Theunissen",
            "email": "rudolf.theunissen@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "require-dev": {
        "php-ds/tests": "^1.5"
    },
    "scripts": {
        "test"   : "php test.php",
        "memtest": "USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind php test.php"
    }
}