From eb5991ccd0686d15615bff3a730a641889063943 Mon Sep 17 00:00:00 2001 From: David Barratt Date: Mon, 18 Feb 2013 18:04:45 -0500 Subject: Revert all changes to see if travis just doesn't like me. --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e21aaed2e..7d60020c3 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,8 @@ { - "name" : "ellislab/codeigniter", "require": { - "php": ">=5.2.4" + "mikey179/vfsStream": "*" }, "require-dev": { - "mikey179/vfsStream": "*" - } + "phpunit/phpunit": "*" + } } \ No newline at end of file -- cgit v1.2.3-24-g4f1b