mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-22 21:35:03 +00:00
update composer.json
This commit is contained in:
parent
cd8e4c1005
commit
3c447c499e
@ -1,13 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "maddy83/madlisp",
|
"name": "maddy83/madlisp",
|
||||||
"description": "Lisp interpreter for the MadLisp language.",
|
"description": "Lisp interpreter for the MadLisp language.",
|
||||||
|
"keywords": [
|
||||||
|
"lisp"
|
||||||
|
],
|
||||||
|
"homepage": "http://madlisp.com/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Pekka Laiho",
|
"name": "Pekka Laiho",
|
||||||
"email": "pekka.i.laiho@gmail.com"
|
"email": "pekka.i.laiho@gmail.com",
|
||||||
|
"homepage": "http://laihoconsulting.com/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://bitbucket.org/maddy83/madlisp/",
|
||||||
|
"docs": "http://madlisp.com/"
|
||||||
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.4"
|
"php": ">=7.4"
|
||||||
},
|
},
|
||||||
@ -18,5 +27,8 @@
|
|||||||
"psr-4": {
|
"psr-4": {
|
||||||
"MadLisp\\": "src/"
|
"MadLisp\\": "src/"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"bin": [
|
||||||
|
"bin/madlisp"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user