summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-09-20 16:52:03 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-09-20 16:52:03 +0200
commit5dea687c29b89d792e9653d6e5f3c64cddb26b04 (patch)
treee6201ff8895dd609fe0625289e13944b3eb3614a /composer.json
parent3fdbb2cbfe778fcf48c61bb9fe40d4ac85f8004f (diff)
Enable travis for php 5.3, 5.4, 5.5; enabled coveralls
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 481e52a1..81573d01 100644
--- a/composer.json
+++ b/composer.json
@@ -36,6 +36,7 @@
"ext-spl": "*"
},
"require-dev" : {
+ "ext-xdebug": "*",
"phpunit/phpunit" : "3.7.*",
"phpunit/dbunit": ">=1.2",
"phpunit/phpunit-selenium": ">=1.2",