Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
fix psr4
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Dec 17, 2015
1 parent 1541565 commit c703852
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
"zendframework/zend-diactoros": ">=1.3",
"psr/http-message": ">=1.0"
},
"autoload": {
"psr-4":{
"RedCat\\Plugin\\": "Plugin"
}
},
"minimum-stability": "dev"
}

0 comments on commit c703852

Please sign in to comment.