diff options
author | David Barratt <david@davidwbarratt.com> | 2013-02-16 08:52:00 +0100 |
---|---|---|
committer | David Barratt <david@davidwbarratt.com> | 2013-02-16 08:52:00 +0100 |
commit | 0fc08356b982807750464a7695c8fba47599d32e (patch) | |
tree | 35047d051afccc3ca73a56e65fd5a8a20392e199 | |
parent | d20ed1dbc3b2e3f3b1dd60325f95fff745bfebbb (diff) |
Require at least PHP 5.1.6.
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index b48f8c118..bcab60f23 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name" : "ellislab/codeigniter", "require": { + "php": ">=5.1.6", "mikey179/vfsStream": "*" }, "require-dev": { |