commit | 7a8db6506dfad2a8dbb7b9ba09133c8c0152d6e8 | [log] [tgz] |
---|---|---|
author | David Barratt <david@davidwbarratt.com> | Sat Feb 16 10:51:52 2013 -0500 |
committer | David Barratt <david@davidwbarratt.com> | Sat Feb 16 10:51:52 2013 -0500 |
tree | d513c7cd332a521e98a373bd1bc5a1508bf499dc | |
parent | 0fc08356b982807750464a7695c8fba47599d32e [diff] |
Update the required version of PHP to 5.2.4
diff --git a/composer.json b/composer.json index bcab60f..c13ac5a 100644 --- a/composer.json +++ b/composer.json
@@ -1,7 +1,7 @@ { "name" : "ellislab/codeigniter", "require": { - "php": ">=5.1.6", + "php": ">=5.2.4", "mikey179/vfsStream": "*" }, "require-dev": {