commit | 0fc08356b982807750464a7695c8fba47599d32e | [log] [tgz] |
---|---|---|
author | David Barratt <david@davidwbarratt.com> | Sat Feb 16 02:52:00 2013 -0500 |
committer | David Barratt <david@davidwbarratt.com> | Sat Feb 16 02:52:00 2013 -0500 |
tree | 35047d051afccc3ca73a56e65fd5a8a20392e199 | |
parent | d20ed1dbc3b2e3f3b1dd60325f95fff745bfebbb [diff] |
Require at least PHP 5.1.6.
diff --git a/composer.json b/composer.json index b48f8c1..bcab60f 100644 --- a/composer.json +++ b/composer.json
@@ -1,6 +1,7 @@ { "name" : "ellislab/codeigniter", "require": { + "php": ">=5.1.6", "mikey179/vfsStream": "*" }, "require-dev": {