From 6a4e82ed562e428034a71d3fd0c29f9d1e34e2b8 Mon Sep 17 00:00:00 2001 From: Arandi Lopez Date: Mon, 18 Jul 2016 18:28:52 -0500 Subject: [PATCH] initial commit --- .gitignore | 1 + composer.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 composer.json 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": {} +}