2017-08-04 16:28:16 +02:00
|
|
|
{
|
2017-08-29 12:42:42 +02:00
|
|
|
"name": "devcode/openstamanager",
|
2017-08-04 16:28:16 +02:00
|
|
|
"description": "Gestionale open source per assistenza tecnica e fatturazione",
|
|
|
|
"version": "2.3.0",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"keywords": [
|
|
|
|
"open source",
|
|
|
|
"gestionale",
|
|
|
|
"assistenza tecnica",
|
|
|
|
"fatturazione"
|
|
|
|
],
|
|
|
|
"homepage": "http://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.4",
|
2017-09-10 14:35:41 +02:00
|
|
|
"danielstjules/stringy": "^3.1",
|
2017-08-04 16:28:16 +02:00
|
|
|
"ezyang/htmlpurifier": "^4.8",
|
|
|
|
"filp/whoops": "^2.1",
|
2017-09-08 13:24:48 +02:00
|
|
|
"ifsnop/mysqldump-php": "^2.3",
|
2017-08-04 16:28:16 +02:00
|
|
|
"intervention/image": "^2.3",
|
|
|
|
"ircmaxell/password-compat": "^1.0",
|
|
|
|
"maximebf/debugbar": "^1.13",
|
|
|
|
"monolog/monolog": "^1.22",
|
2017-09-07 16:51:14 +02:00
|
|
|
"mpdf/mpdf": "^6.1",
|
2017-08-04 16:28:16 +02:00
|
|
|
"paragonie/random_compat": "^2.0",
|
|
|
|
"phpmailer/phpmailer": "^5.2",
|
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",
|
2017-09-10 18:29:51 +02:00
|
|
|
"symfony/translation": "^3.3"
|
2017-08-04 16:28:16 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-09-11 14:36:38 +02:00
|
|
|
"": "src/"
|
2017-08-04 16:28:16 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php",
|
|
|
|
"lib/util.php",
|
|
|
|
"lib/deprecated.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"sort-packages": true,
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"apcu-autoloader": true,
|
|
|
|
"prefer-stable": true
|
|
|
|
}
|
|
|
|
}
|