From 3a792aa556069431e11bb47b27e047063d452b7d Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 1 May 2016 18:52:45 +0300 Subject: [PATCH] Added composer.json to publish on packagist --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f470b6f --- /dev/null +++ b/composer.json @@ -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" +}