1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Merge pull request #2090 from localheinz/feature/php80

Enhancement: Allow installation with PHP 8.0
This commit is contained in:
Francois Zaninotto 2020-10-27 14:39:25 +01:00 committed by GitHub
commit 1c0a4cfeb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
}
],
"require": {
"php": "^5.3.3 || ^7.0"
"php": "^5.3.3 || ^7.0 || ^8.0"
},
"require-dev": {
"ext-intl": "*",