From e53124bf58b07873ad61b537b3ece6efd740a9cf Mon Sep 17 00:00:00 2001 From: Jose Erick Carreon G Date: Thu, 4 Apr 2019 00:09:25 -0600 Subject: [PATCH] Added composer file --- 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..f0d8556 --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + "name": "joserick/php-plex", + "type": "library", + "description": "A simple PHP library for interacting with the Plex (http://plexapp.com) HTTP Control API. (forked from https://github.com/nickbart/php-plex)", + "keywords": ["plex"], + "license": "MIT", + "authors": [ + { + "name": "Nick Bartkowiak", + "email": "nickbart@gmail.com", + "homepage": "https://github.com/nickbart" + }, + { + "name": "Jose Erick", + "email": "joserick.92@gmail.com", + "homepage": "http://www.joserick.com" + } + ], + "require": { + "php": ">=5.6" + }, + "autoload": { + "psr-0": { + "Plex": "/" + } + } +} \ No newline at end of file