summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorDavid Barratt <david@davidwbarratt.com>2013-02-18 05:27:16 +0100
committerDavid Barratt <david@davidwbarratt.com>2013-02-18 05:27:16 +0100
commitcbe553072812de5cbfbdf4603d18d8b1cad4e453 (patch)
treeaabd2638815e5746801b96facb7ae2f0f4dc7a93 /composer.json
parente8f15935a4f576d219708f495c19f234ac5a238a (diff)
Fix a JSON validation error
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index bf3b3d22b..54f305e89 100644
--- a/composer.json
+++ b/composer.json
@@ -1,10 +1,10 @@
{
"name" : "ellislab/codeigniter",
"require": {
- "php": ">=5.2.4",
+ "php": ">=5.2.4"
},
"require-dev": {
- "mikey179/vfsStream": "*"
+ "mikey179/vfsStream": "*",
"phpunit/phpunit": "*"
}
} \ No newline at end of file