update composer.json

This commit is contained in:
Pekka Laiho 2020-12-20 09:08:19 +07:00
parent cd8e4c1005
commit 3c447c499e

View File

@ -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"
]
}