mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-31 21:40:12 +02:00
changing autoload to classmap
This commit is contained in:
@@ -21,8 +21,11 @@
|
|||||||
"php": ">=5.3"
|
"php": ">=5.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"classmap": [
|
||||||
"UniqueGlobalClass": ""
|
"CImage.php",
|
||||||
}
|
"CHttpGet.php",
|
||||||
|
"CRemoteImage.php",
|
||||||
|
"CWhitelist.php"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user