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

« back to all changes in this revision

Viewing changes to vendor/sebastian/diff/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/diff",
 
3
    "description": "Diff implementation",
 
4
    "keywords": ["diff"],
 
5
    "homepage": "http://www.github.com/sebastianbergmann/diff",
 
6
    "license": "BSD-3-Clause",
 
7
    "authors": [
 
8
        {
 
9
            "name": "Sebastian Bergmann",
 
10
            "email": "sebastian@phpunit.de"
 
11
        },
 
12
        {
 
13
            "name": "Kore Nordmann",
 
14
            "email": "mail@kore-nordmann.de"
 
15
        }
 
16
    ],
 
17
    "require": {
 
18
        "php": ">=5.3.3"
 
19
    },
 
20
    "require-dev": {
 
21
        "phpunit/phpunit": "~4.2"
 
22
    },
 
23
    "autoload": {
 
24
        "classmap": [
 
25
            "src/"
 
26
        ]
 
27
    },
 
28
    "extra": {
 
29
        "branch-alias": {
 
30
            "dev-master": "1.2-dev"
 
31
        }
 
32
    }
 
33
}