mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-18 11:19:17 +01:00
0a911a877a
Aggiunta di un sistema standard per la gestione degli errori in caso di debug disattivato. Sostituzione di alcuni metodi della classe Database con il corrispettivo Eloquent.
89 lines
2.5 KiB
JSON
89 lines
2.5 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-json": "*",
|
|
"ext-pdo": "*",
|
|
"ext-zip": "*",
|
|
"ext-intl": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-libxml": "*",
|
|
"ext-dom": "*",
|
|
"ext-curl": "*",
|
|
"ext-openssl": "*",
|
|
"ext-xsl": "*",
|
|
"aluguest/ical-easy-reader": "^1.5",
|
|
"danielstjules/stringy": "^3.1",
|
|
"davidepastore/codice-fiscale": "^0.4.0",
|
|
"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",
|
|
"phpmd/phpmd": "2.6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "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,
|
|
"platform": {
|
|
"php": "5.6.4"
|
|
}
|
|
}
|
|
}
|