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