From a3c746cbb0f4690192253110f3daaf2183c2f285 Mon Sep 17 00:00:00 2001 From: * Date: Fri, 13 Jul 2018 17:51:41 +0600 Subject: [PATCH] Add comooser --- composer.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..22dd404 --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + + "name": "madcodez/youtube", + "type": "library", + "description": "PHP wrapper for the Youtube Data API v3 & YouTube Downloader", + "keywords": ["youtube", "api", "video", "youtube downloader","php youtube downloader"], + "license": "MIT", + "authors": [ + { + "name": "Rayhan Sardar", + "email": "madcode.git@gmail.com" + } + ], + "support":{ + "email":"madcode.git@gmail.com", + "issues":"https://github.com/madcode-git/youtube/issues" + }, + "require": { + "php" : ">=5.3", + "ext-curl": "*" + }, + "autoload": { + "psr-4": { + "Madcodez\\YouTube\\": "src" + } + } +} \ No newline at end of file