- WIP on Lean's definitions autoload
This commit is contained in:
parent
6be483dcf7
commit
406694ce51
|
@ -16,5 +16,14 @@
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Lean\\Console\\": "src/"
|
"Lean\\Console\\": "src/"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"extra" : {
|
||||||
|
"lean" : {
|
||||||
|
"autoload": {
|
||||||
|
"definition" : [
|
||||||
|
{ "\\Lean\\Console\\Lean" : "definitions" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue