mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-22 13:24:46 +00:00
update composer.json
This commit is contained in:
parent
cd8e4c1005
commit
3c447c499e
@ -1,13 +1,22 @@
|
||||
{
|
||||
"name": "maddy83/madlisp",
|
||||
"description": "Lisp interpreter for the MadLisp language.",
|
||||
"keywords": [
|
||||
"lisp"
|
||||
],
|
||||
"homepage": "http://madlisp.com/",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"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": {
|
||||
"php": ">=7.4"
|
||||
},
|
||||
@ -18,5 +27,8 @@
|
||||
"psr-4": {
|
||||
"MadLisp\\": "src/"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"bin/madlisp"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user