67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "devcode/openstamanager",
|
|
"description": "Gestionale open-source per assistenza tecnica e fatturazione",
|
|
"license": "GPL-3.0",
|
|
"keywords": [
|
|
"gestionale",
|
|
"assistenza tecnica",
|
|
"fatturazione"
|
|
],
|
|
"homepage": "https://www.openstamanager.com/",
|
|
"authors": [{
|
|
"name": "Fabio Lovato",
|
|
"email": "info@openstamanager.com"
|
|
}, {
|
|
"name": "Fabio Piovan",
|
|
"email": "info@openstamanager.com"
|
|
}, {
|
|
"name": "Luca Salvà",
|
|
"email": "info@openstamanager.com"
|
|
}],
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"ext-mbstring": "*",
|
|
"ext-pdo_mysql": "*",
|
|
"aluguest/ical-easy-reader": "^1.5",
|
|
"danielstjules/stringy": "^3.1",
|
|
"ezyang/htmlpurifier": "^4.8",
|
|
"filp/whoops": "^2.1",
|
|
"ifsnop/mysqldump-php": "^2.3",
|
|
"intervention/image": "^2.3",
|
|
"league/csv": "^8.2",
|
|
"maximebf/debugbar": "^1.15",
|
|
"monolog/monolog": "^1.22",
|
|
"mpdf/mpdf": "^7.1",
|
|
"mpociot/vat-calculator": "^2.3",
|
|
"phpmailer/phpmailer": "^6.0",
|
|
"respect/validation": "^1.1",
|
|
"spipu/html2pdf": "^5.0",
|
|
"symfony/filesystem": "^3.3",
|
|
"symfony/finder": "^3.3",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-php70": "^1.8",
|
|
"symfony/translation": "^3.3",
|
|
"symfony/var-dumper": "^3.3"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.10"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/"
|
|
},
|
|
"files": [
|
|
"lib/functions.php",
|
|
"lib/util.php",
|
|
"lib/deprecated.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"apcu-autoloader": true,
|
|
"prefer-stable": true
|
|
}
|
|
}
|