You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
430 B

{
"name": "at-lab/chartisan-port",
"description": "Chartisan's PHP backend",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Èrik Campobadal Forés",
"email": "soc@erik.cat"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.4"
},
"autoload": {
"psr-4": {
"Chartisan\\PHP\\": "src/"
}
}
}