1
0
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:
Mikael Roos
2015-07-20 21:56:56 +02:00
parent eebcee5fc9
commit 805d765515

View File

@@ -21,8 +21,11 @@
"php": ">=5.3"
},
"autoload": {
"psr-0": {
"UniqueGlobalClass": ""
}
"classmap": [
"CImage.php",
"CHttpGet.php",
"CRemoteImage.php",
"CWhitelist.php"
]
}
}