lean-live/composer.json

41 lines
931 B
JSON

{
"name": "mcnd/lean-live",
"description": "Seamless operations between PHP and your users browsers actions.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {
"php": "^8.4",
"php-di/php-di": "dev-master",
"ext-json": "*",
"mcnd/lean": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.mcnd.ca/mcndave/lean.git"
}
],
"autoload": {
"psr-4": {
"Lean\\Live\\": "src/"
}
},
"extra" : {
"lean" : {
"autoload": {
"definitions" : [
"meta/definitions/software.php"
],
"config": [
"meta/config.php"
]
}
}
}
}