mirror of
https://github.com/predis/predis.git
synced 2026-09-14 20:37:29 +00:00
Update composer.json with the new directive for autoloading.
This commit is contained in:
@@ -15,5 +15,8 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {"Predis": "lib/"}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user