summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 0f29a05bc38519d5d39398ebf90923f8ff8ebce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "name": "jdorn/sql-formatter",
    "description": "a PHP SQL highlighting library",
    "homepage": "https://github.com/jdorn/sql-formatter/",
    "keywords": ["sql", "highlight"],
    "minimum-stability": "dev",
    "license": "MIT",
    "type": "library",
    "require": {
        "php": ">=5.2.4"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "authors": [
        {
            "name": "Jeremy Dorn",
            "email": "jeremy@jeremydorn.com",
            "homepage": "http://jeremydorn.com/"
        }
    ],
    "autoload": {
        "classmap": ["lib"]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.3.x-dev"
        }
    }
}