From ab426e0253a1fe41fd6077df86f34fb0a2ca65a8 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Fri, 10 Feb 2012 18:33:31 +0100 Subject: [PATCH] Update PHP version requirement. Instead of breaking BC and changing some method names to fix #23. --- composer.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7023ed52..bc8a9c22 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=5.3.0" + "php": ">=5.3.3" }, "autoload": { "psr-0": { "Faker": "src/" } diff --git a/readme.md b/readme.md index e23afdd9..445d5ffe 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Faker is a PHP library that generates fake data for you. Whether you need to boo Faker is heavily inspired by Perl's [Data::Faker](http://search.cpan.org/~jasonk/Data-Faker-0.07/), and by ruby's [Faker](http://faker.rubyforge.org/). -Faker requires PHP >= 5.3. +Faker requires PHP >= 5.3.3. ## Basic Usage