summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 0b44a8dc81edaae34d55364ce0e441df11823b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "chartblocks/php-ssrs",
    "description": "PHP library for connecting to SSRS SOAP",
    "license": "MIT",
    "authors": [
        {
            "name": "Arron Woods",
            "email": "aw@chartblocks.com"
        }
    ],
    "require": {

    }
}