commit 6a4e82ed562e428034a71d3fd0c29f9d1e34e2b8 Author: Arandi Lopez Date: Mon Jul 18 18:28:52 2016 -0500 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d0d82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a04f731 --- /dev/null +++ b/composer.json @@ -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": {} +}