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.
18 lines
354 B
18 lines
354 B
{
|
|
"name": "lo2330/contract",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lo2330\\Contract\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "10994015",
|
|
"email": "a0938599191@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"tecnickcom/tcpdf": "^6.6",
|
|
"phpoffice/phpspreadsheet": "^1.29"
|
|
}
|
|
}
|
|
|