diff options
author | David Barratt <david@davidwbarratt.com> | 2013-02-16 16:51:52 +0100 |
---|---|---|
committer | David Barratt <david@davidwbarratt.com> | 2013-02-16 16:51:52 +0100 |
commit | 7a8db6506dfad2a8dbb7b9ba09133c8c0152d6e8 (patch) | |
tree | d513c7cd332a521e98a373bd1bc5a1508bf499dc | |
parent | 0fc08356b982807750464a7695c8fba47599d32e (diff) |
Update the required version of PHP to 5.2.4
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index bcab60f23..c13ac5aca 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": { |