summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorDavid Barratt <david@davidwbarratt.com>2013-02-19 13:18:30 +0100
committerDavid Barratt <david@davidwbarratt.com>2013-02-19 13:18:30 +0100
commitdc5c5a371aeab5af6440c0c39a4501405636b826 (patch)
tree3fe2b8717a2057564ebdb331e89edc8ba4445259 /composer.json
parenteb5991ccd0686d15615bff3a730a641889063943 (diff)
Revert "Revert all changes to see if travis just doesn't like me."
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 7d60020c3..e21aaed2e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,8 +1,9 @@
{
+ "name" : "ellislab/codeigniter",
"require": {
- "mikey179/vfsStream": "*"
+ "php": ">=5.2.4"
},
"require-dev": {
- "phpunit/phpunit": "*"
- }
+ "mikey179/vfsStream": "*"
+ }
} \ No newline at end of file