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

« back to all changes in this revision

Viewing changes to vendor/phpunit/php-timer/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": "phpunit/php-timer",
 
3
    "description": "Utility class for timing",
 
4
    "type": "library",
 
5
    "keywords": [
 
6
        "timer"
 
7
    ],
 
8
    "homepage": "https://github.com/sebastianbergmann/php-timer/",
 
9
    "license": "BSD-3-Clause",
 
10
    "authors": [
 
11
        {
 
12
            "name": "Sebastian Bergmann",
 
13
            "email": "sb@sebastian-bergmann.de",
 
14
            "role": "lead"
 
15
        }
 
16
    ],
 
17
    "support": {
 
18
        "issues": "https://github.com/sebastianbergmann/php-timer/issues",
 
19
        "irc": "irc://irc.freenode.net/phpunit"
 
20
    },
 
21
    "require": {
 
22
        "php": ">=5.3.3"
 
23
    },
 
24
    "autoload": {
 
25
        "classmap": [
 
26
            "PHP/"
 
27
        ]
 
28
    },
 
29
    "include-path": [
 
30
        ""
 
31
    ]
 
32
}