~tcuthbert/wordpress/openstack-objectstorage

« back to all changes in this revision

Viewing changes to vendor/sebastian/environment/composer.json

  • Committer: Jacek Nykis
  • Date: 2015-02-11 15:35:31 UTC
  • Revision ID: jacek.nykis@canonical.com-20150211153531-hmy6zi0ov2qfkl0b
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name": "sebastian/environment",
 
3
    "description": "Provides functionality to handle HHVM/PHP environments",
 
4
    "keywords": ["environment","hhvm","xdebug"],
 
5
    "homepage": "http://www.github.com/sebastianbergmann/environment",
 
6
    "license": "BSD-3-Clause",
 
7
    "authors": [
 
8
        {
 
9
            "name": "Sebastian Bergmann",
 
10
            "email": "sebastian@phpunit.de"
 
11
        }
 
12
    ],
 
13
    "require": {
 
14
        "php": ">=5.3.3"
 
15
    },
 
16
    "require-dev": {
 
17
        "phpunit/phpunit": "~4.3"
 
18
    },
 
19
    "autoload": {
 
20
        "classmap": [
 
21
            "src/"
 
22
        ]
 
23
    },
 
24
    "extra": {
 
25
        "branch-alias": {
 
26
            "dev-master": "1.2.x-dev"
 
27
        }
 
28
    }
 
29
}