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"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"UniqueGlobalClass": ""
|
||||
}
|
||||
"classmap": [
|
||||
"CImage.php",
|
||||
"CHttpGet.php",
|
||||
"CRemoteImage.php",
|
||||
"CWhitelist.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user