commit | cbe553072812de5cbfbdf4603d18d8b1cad4e453 | [log] [tgz] |
---|---|---|
author | David Barratt <david@davidwbarratt.com> | Sun Feb 17 23:27:16 2013 -0500 |
committer | David Barratt <david@davidwbarratt.com> | Sun Feb 17 23:27:16 2013 -0500 |
tree | aabd2638815e5746801b96facb7ae2f0f4dc7a93 | |
parent | e8f15935a4f576d219708f495c19f234ac5a238a [diff] |
Fix a JSON validation error
diff --git a/composer.json b/composer.json index bf3b3d2..54f305e 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