2017-08-04 16:28:16 +02:00
|
|
|
{
|
2018-09-20 16:12:34 +02:00
|
|
|
"name": "devcode-it/openstamanager",
|
2019-07-11 17:47:16 +02:00
|
|
|
"description": "Gestionale open-source per assistenza tecnica e fatturazione elettronica",
|
2017-08-04 16:28:16 +02:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"keywords": [
|
|
|
|
"gestionale",
|
|
|
|
"assistenza tecnica",
|
2019-07-11 17:47:16 +02:00
|
|
|
"fatturazione elettronica",
|
|
|
|
"open-source"
|
2017-08-04 16:28:16 +02:00
|
|
|
],
|
2018-02-24 11:23:20 +01:00
|
|
|
"homepage": "https://www.openstamanager.com/",
|
2017-08-04 16:28:16 +02:00
|
|
|
"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": {
|
2018-01-02 17:01:47 +01:00
|
|
|
"php": ">=5.6",
|
2019-04-12 01:11:32 +02:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-dom": "*",
|
2020-08-11 09:38:20 +02:00
|
|
|
"ext-fileinfo": "*",
|
2019-01-03 11:04:28 +01:00
|
|
|
"ext-intl": "*",
|
2019-04-12 01:11:32 +02:00
|
|
|
"ext-json": "*",
|
2019-01-03 11:04:28 +01:00
|
|
|
"ext-libxml": "*",
|
2019-04-12 01:11:32 +02:00
|
|
|
"ext-mbstring": "*",
|
2019-01-03 11:04:28 +01:00
|
|
|
"ext-openssl": "*",
|
2019-04-12 01:11:32 +02:00
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-simplexml": "*",
|
2019-01-03 11:04:28 +01:00
|
|
|
"ext-xsl": "*",
|
2019-04-12 01:11:32 +02:00
|
|
|
"ext-zip": "*",
|
2017-09-22 09:58:29 +02:00
|
|
|
"aluguest/ical-easy-reader": "^1.5",
|
2017-09-10 14:35:41 +02:00
|
|
|
"danielstjules/stringy": "^3.1",
|
2018-11-16 19:14:21 +01:00
|
|
|
"davidepastore/codice-fiscale": "^0.4.0",
|
2020-08-11 09:38:20 +02:00
|
|
|
"dragonmantank/cron-expression": "^3.0",
|
2017-08-04 16:28:16 +02:00
|
|
|
"ezyang/htmlpurifier": "^4.8",
|
|
|
|
"filp/whoops": "^2.1",
|
2018-07-09 18:26:22 +02:00
|
|
|
"guzzlehttp/guzzle": "^6.3",
|
2017-09-08 13:24:48 +02:00
|
|
|
"ifsnop/mysqldump-php": "^2.3",
|
2018-08-08 19:32:20 +02:00
|
|
|
"illuminate/database": "~5.4.0",
|
2017-08-04 16:28:16 +02:00
|
|
|
"intervention/image": "^2.3",
|
2018-02-23 19:04:05 +01:00
|
|
|
"league/csv": "^8.2",
|
2018-01-02 17:01:47 +01:00
|
|
|
"maximebf/debugbar": "^1.15",
|
2017-08-04 16:28:16 +02:00
|
|
|
"monolog/monolog": "^1.22",
|
2020-08-03 15:29:19 +02:00
|
|
|
"mpdf/mpdf": "^v8.0.7",
|
2018-06-26 14:26:40 +02:00
|
|
|
"mpociot/vat-calculator": "^2.3",
|
2018-07-08 18:25:36 +02:00
|
|
|
"owasp/csrf-protector-php": "^1.0",
|
2018-01-02 17:01:47 +01:00
|
|
|
"phpmailer/phpmailer": "^6.0",
|
2018-06-26 14:26:40 +02:00
|
|
|
"respect/validation": "^1.1",
|
2018-07-05 17:56:38 +02:00
|
|
|
"servo/fluidxml": "^1.21",
|
2018-07-07 13:56:22 +02:00
|
|
|
"slim/flash": "^0.4.0",
|
2017-09-08 13:24:48 +02:00
|
|
|
"spipu/html2pdf": "^5.0",
|
2017-09-11 17:49:03 +02:00
|
|
|
"symfony/filesystem": "^3.3",
|
2017-09-08 13:24:48 +02:00
|
|
|
"symfony/finder": "^3.3",
|
2018-06-27 18:58:50 +02:00
|
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
|
|
"symfony/polyfill-php70": "^1.8",
|
2018-01-02 17:01:47 +01:00
|
|
|
"symfony/translation": "^3.3",
|
|
|
|
"symfony/var-dumper": "^3.3"
|
2017-08-04 16:28:16 +02:00
|
|
|
},
|
2018-02-11 15:19:09 +01:00
|
|
|
"require-dev": {
|
2019-07-11 17:20:58 +02:00
|
|
|
"codeception/codeception": "^3.0",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.10"
|
2018-02-11 15:19:09 +01:00
|
|
|
},
|
2017-08-04 16:28:16 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-11-22 15:23:20 +01:00
|
|
|
"": "src/",
|
|
|
|
"Update\\": "update/"
|
2017-08-04 16:28:16 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php",
|
2018-07-17 12:05:21 +02:00
|
|
|
"lib/common.php",
|
2018-07-08 17:39:20 +02:00
|
|
|
"lib/helpers.php",
|
2017-08-04 16:28:16 +02:00
|
|
|
"lib/util.php",
|
|
|
|
"lib/deprecated.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"sort-packages": true,
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"apcu-autoloader": true,
|
2020-08-11 09:38:20 +02:00
|
|
|
"prefer-stable": true
|
2017-08-04 16:28:16 +02:00
|
|
|
}
|
|
|
|
}
|