initial commit

This commit is contained in:
Arandi Lopez 2016-07-18 18:28:52 -05:00
commit 6a4e82ed56
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vendor

13
composer.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "arandilopez/laravel-profane",
"description": "Laravel 5.X Profanity Valitador",
"license": "MIT",
"authors": [
{
"name": "Arandi Lopez",
"email": "arandilopez.93@gmail.com"
}
],
"minimum-stability": "stable",
"require": {}
}