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:
parent
73180ceac4
commit
ab426e0253
@ -11,7 +11,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "Faker": "src/" }
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user