summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-17 12:29:20 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-17 12:29:20 +0200
commit7f5ce84462968f512a229746c1fa9a9797d22b7e (patch)
tree8740cd6dd1adbacdf120c6155bed6aaaa3b24e01 /composer.json
parent99fba0fcbefe8d157f0147da6e7586866ca74270 (diff)
php-phpunit-exporter: 1.2.2
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..62b94bd
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,48 @@
+{
+ "name": "sebastian/exporter",
+ "description": "Provides the functionality to export PHP variables for visualization",
+ "keywords": ["exporter","export"],
+ "homepage": "http://www.github.com/sebastianbergmann/exporter",
+ "license": "BSD-3-Clause",
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@2bepublished.at"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.3",
+ "sebastian/recursion-context": "~1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.4",
+ "ext-mbstring": "*"
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3.x-dev"
+ }
+ }
+}
+