87 lines
2.9 KiB
JSON
87 lines
2.9 KiB
JSON
{
|
|
"name": "devcode-it/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",
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"ifsnop/mysqldump-php": "^2.3",
|
|
"illuminate/database": "~5.4.0",
|
|
"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",
|
|
"owasp/csrf-protector-php": "^1.0",
|
|
"phpmailer/phpmailer": "^6.0",
|
|
"respect/validation": "^1.1",
|
|
"servo/fluidxml": "^1.21",
|
|
"slim/flash": "^0.4.0",
|
|
"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": {
|
|
"codeception/codeception": "^2.4",
|
|
"friendsofphp/php-cs-fixer": "^2.10"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/",
|
|
"Modules\\Anagrafiche\\": "modules/anagrafiche/src",
|
|
"Modules\\Anagrafiche\\Custom\\": "modules/anagrafiche/custom/src",
|
|
"Modules\\Articoli\\": "modules/articoli/src",
|
|
"Modules\\Articoli\\Custom\\": "modules/articoli/custom/src",
|
|
"Modules\\Fatture\\": "modules/fatture/src",
|
|
"Modules\\Fatture\\Custom\\": "modules/fatture/custom/src",
|
|
"Modules\\Interventi\\": "modules/interventi/src",
|
|
"Modules\\Interventi\\Custom\\": "modules/interventi/custom/src",
|
|
"Plugins\\ExportPA\\": "plugins/exportPA/src",
|
|
"Plugins\\ExportPA\\Custom\\": "plugins/exportPA/custom/src",
|
|
"Plugins\\ImportPA\\": "plugins/importPA/src",
|
|
"Plugins\\ImportPA\\Custom\\": "plugins/importPA/custom/src"
|
|
},
|
|
"files": [
|
|
"lib/functions.php",
|
|
"lib/common.php",
|
|
"lib/helpers.php",
|
|
"lib/util.php",
|
|
"lib/deprecated.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"apcu-autoloader": true,
|
|
"prefer-stable": true
|
|
}
|
|
}
|