Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Added composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 4, 2019
1 parent e690dae commit e53124b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"homepage": "https://github.com/nickbart"
},
{
"name": "Jose Erick",
"email": "[email protected]",
"homepage": "http://www.joserick.com"
}
],
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-0": {
"Plex": "/"
}
}
}

0 comments on commit e53124b

Please sign in to comment.