Target compat autoload rules more narrowly

This commit is contained in:
Jordi Boggiano 2014-04-25 14:13:31 +02:00
parent 0c9b774015
commit a043336cae

View File

@ -24,7 +24,7 @@
"autoload": {
"psr-0": {
"GeoIp2": "src/",
"" : "compat/"
"JsonSerializable" : "compat/"
}
}
}