summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-02 08:15:44 +0100
committerRemi Collet <remi@remirepo.net>2018-02-02 08:15:44 +0100
commitf15b2a1daaa7a8b02ae20c26d79b3e2043e8a7f3 (patch)
treedeba4510410d5a6ab0384ca69be151c53daee2fa /composer.json
duplicate v1 spec file
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..0f16164
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,37 @@
+{
+ "name": "phpunit/php-timer",
+ "description": "Utility class for timing",
+ "type": "library",
+ "keywords": [
+ "timer"
+ ],
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
+ "license": "BSD-3-Clause",
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sb@sebastian-bergmann.de",
+ "role": "lead"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-timer/issues"
+ },
+ "require": {
+ "php": "^5.3.3 || ^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ }
+}
+