Use PSR-0 autoload
Makes no big difference... Using PSR-4 breaks BC.
This commit is contained in:
parent
b09433a37b
commit
7c5f371b9a
1 changed files with 5 additions and 5 deletions
|
@ -18,10 +18,10 @@
|
|||
"symfony/yaml" : "2.3"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"lib/Pico.php",
|
||||
"lib/PicoPluginInterface.php",
|
||||
"lib/AbstractPicoPlugin.php"
|
||||
]
|
||||
"psr-0": {
|
||||
"Pico": "lib/",
|
||||
"PicoPluginInterface": "lib/",
|
||||
"AbstractPicoPlugin": "lib/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue