Use PSR-0 autoload
Makes no big difference... Using PSR-4 breaks BC.
This commit is contained in:
parent
b09433a37b
commit
7c5f371b9a
@ -18,10 +18,10 @@
|
|||||||
"symfony/yaml" : "2.3"
|
"symfony/yaml" : "2.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": [
|
"psr-0": {
|
||||||
"lib/Pico.php",
|
"Pico": "lib/",
|
||||||
"lib/PicoPluginInterface.php",
|
"PicoPluginInterface": "lib/",
|
||||||
"lib/AbstractPicoPlugin.php"
|
"AbstractPicoPlugin": "lib/"
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user