Added composer.json to publish on packagist

This commit is contained in:
ErickSkrauch 2016-05-01 18:52:45 +03:00
parent f0e44f4aa2
commit 3a792aa556
1 changed files with 8 additions and 0 deletions

8
composer.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "ely/anti-tempmail-repo",
"description": "Reference repository for anti tempmail lists.",
"keywords": ["email", "tempmail"],
"homepage": "https://github.com/elyby/anti-tempmail-repo",
"license": "MIT",
"type": "library"
}