1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-19 06:49:50 +01:00

Update PHP version requirement.

Instead of breaking BC and changing some method names to fix #23.
This commit is contained in:
Francois Zaninotto 2012-02-10 18:33:31 +01:00
parent 73180ceac4
commit ab426e0253
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.3"
},
"autoload": {
"psr-0": { "Faker": "src/" }

View File

@ -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