~ballot/wordpress/openstack-objectstorage-breaking-insight

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
{
    "autoload": {
        "psr-4": {
            "OpenStack\\": "src/OpenStack"
        }
    },
    "require": {
        "guzzlehttp/guzzle": "5.3.1",
        "guzzlehttp/streams": "~3.0",
        "sebastian/version": "1.0.4",
        "sebastian/global-state": "1.0.0",
        "sebastian/recursion-context": "1.0.0",
        "sebastian/exporter": "1.2.0",
        "sebastian/environment": "1.2.1",
        "sebastian/diff": "1.2.0",
        "sebastian/comparator": "1.1.1",
        "symfony/yaml": "v2.6.4",
        "doctrine/instantiator": "1.0.4",
        "phpunit/php-text-template": "1.2.0",
        "phpunit/phpunit-mock-objects": "2.3.0",
        "phpunit/php-timer": "1.0.5",
        "phpunit/php-file-iterator": "1.3.4",
        "phpunit/php-token-stream": "1.4.0",
        "phpunit/php-code-coverage": "2.0.15",
        "phpunit/phpunit": "4.4.5"
    }
}