laravel-6 support
This commit is contained in:
18
vendor/propaganistas/laravel-phone/composer.json
vendored
18
vendor/propaganistas/laravel-phone/composer.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "propaganistas/laravel-phone",
|
||||
"description": "Adds a phone validator to Laravel and Lumen based on Google's libphonenumber API.",
|
||||
"description": "Adds phone number functionality to Laravel and Lumen based on Google's libphonenumber API.",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"lumen",
|
||||
@@ -16,14 +16,15 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"illuminate/support": "^4.0|^5.0",
|
||||
"illuminate/validation": "^4.0|^5.0",
|
||||
"php": "^7.1|^8.0",
|
||||
"illuminate/support": "^6.0|^7.0|^8.0",
|
||||
"illuminate/validation": "^6.0|^7.0|^8.0",
|
||||
"giggsey/libphonenumber-for-php": "^7.0|^8.0",
|
||||
"julien-c/iso3166": "^2.0"
|
||||
"league/iso3166": "^2.0|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^2.0|^3.0",
|
||||
"phpunit/phpunit": "^4.0|^5.2"
|
||||
"orchestra/testbench": "*",
|
||||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@@ -38,13 +39,10 @@
|
||||
"Propaganistas\\LaravelPhone\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"propaganistas/laravel-intl": "Adds internationalization functions, including a compatible and fully translated country list API."
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Propaganistas\\LaravelPhone\\LaravelPhoneServiceProvider"
|
||||
"Propaganistas\\LaravelPhone\\PhoneServiceProvider"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user