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

Commit

Permalink
fead: Changed in the autoload path
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 13, 2019
1 parent 3c0b9a8 commit 77a2e09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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)",
"description": "A PHP library for interacting with the Plex (https://www.plex.tv) HTTP Control API. (forked from https://github.com/nickbart/php-plex)",
"keywords": ["plex"],
"license": "MIT",
"authors": [
Expand All @@ -13,15 +13,15 @@
{
"name": "Jose Erick",
"email": "[email protected]",
"homepage": "http://www.joserick.com"
"homepage": "https://github.com/joserick"
}
],
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-0": {
"Plex": "/src/Joserick/PHPlex/"
"psr-4": {
"Joserick\\Plex\\": "src/Joserick/Plex"
}
}
}

0 comments on commit 77a2e09

Please sign in to comment.