summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 35251b02f2e4ce7afd9ba5d60dc95d1c03540475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "nikic/php-ast",
    "type": "php-ext",
    "license": "BSD-3-Clause",
    "description": "Extension exposing PHP 7 abstract syntax tree",
    "require": {
        "php": ">= 7.2.0"
    },
    "php-ext": {
        "extension-name": "ast"
    }
}