Revert "My first commit of codes"

This reverts commit a6e5a69348.
This commit is contained in:
sujitprasad
2015-05-01 13:27:00 +05:30
parent 6f37d10de3
commit 16ea6e1984
8487 changed files with 0 additions and 1317246 deletions

View File

@@ -1,30 +0,0 @@
{
"name": "propaganistas/laravel-phone",
"description": "Adds a phone validator to Laravel based on Google's libphonenumber API.",
"keywords": ["laravel", "libphonenumber", "validation", "phone"],
"license": "MIT",
"authors": [
{
"name": "Propaganistas",
"email": "Propaganistas@users.noreply.github.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0",
"illuminate/validation": "~5.0",
"giggsey/libphonenumber-for-php": "~7.0"
},
"suggest": {
"monarobase/country-list": "Adds a compatible (and fully translated) country list API."
},
"autoload": {
"psr-0": {
"Propaganistas\\LaravelPhone": "src/"
},
"files": [
"helpers.php"
]
},
"prefer-stable": true
}