diff options
author | David Barratt <david@davidwbarratt.com> | 2013-02-18 05:27:16 +0100 |
---|---|---|
committer | David Barratt <david@davidwbarratt.com> | 2013-02-18 05:27:16 +0100 |
commit | cbe553072812de5cbfbdf4603d18d8b1cad4e453 (patch) | |
tree | aabd2638815e5746801b96facb7ae2f0f4dc7a93 | |
parent | e8f15935a4f576d219708f495c19f234ac5a238a (diff) |
Fix a JSON validation error
-rw-r--r-- | composer.json | 4 |
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 |