update v1.0.4
This commit is contained in:
12
vendor/propaganistas/laravel-phone/composer.json
vendored
12
vendor/propaganistas/laravel-phone/composer.json
vendored
@@ -15,8 +15,8 @@
|
||||
"illuminate/validation": "~4.0|~5.0",
|
||||
"giggsey/libphonenumber-for-php": "~7.0"
|
||||
},
|
||||
"suggest": {
|
||||
"monarobase/country-list": "Adds a compatible (and fully translated) country list API."
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^3.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@@ -26,5 +26,13 @@
|
||||
"src/helpers.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Propaganistas\\LaravelPhone\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"monarobase/country-list": "Adds a compatible (and fully translated) country list API."
|
||||
},
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user