Removing PHPCI's custom autoloader in favour of Composer autoloader.

Closes #661
This commit is contained in:
Marco Vito Moscaritolo 2014-11-19 22:31:00 +01:00 committed by Dan Cryer
commit b8421898da
4 changed files with 786 additions and 236 deletions

View file

@ -22,6 +22,12 @@
"source": "https://github.com/Block8/PHPCI"
},
"autoload": {
"psr-4": {
"PHPCI\\": "PHPCI"
}
},
"require": {
"php": ">=5.3.8",
"ext-mcrypt": "*",