mirror of
https://github.com/predis/predis.git
synced 2026-09-10 10:27:11 +00:00
format psr-4
This commit is contained in:
+3
-1
@@ -39,7 +39,9 @@
|
||||
"ext-curl": "Allows access to Webdis when paired with phpiredis"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"Predis\\": "src/"}
|
||||
"psr-4": {
|
||||
"Predis\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"composer-exit-on-patch-failure": true,
|
||||
|
||||
Reference in New Issue
Block a user