Removing PHPCI's custom autoloader in favour of Composer autoloader.
Closes #661
This commit is contained in:
parent
bd47766d63
commit
b8421898da
4 changed files with 786 additions and 236 deletions
|
|
@ -22,6 +22,12 @@
|
|||
"source": "https://github.com/Block8/PHPCI"
|
||||
},
|
||||
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PHPCI\\": "PHPCI"
|
||||
}
|
||||
},
|
||||
|
||||
"require": {
|
||||
"php": ">=5.3.8",
|
||||
"ext-mcrypt": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue