Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
53 righe
1.9 KiB
53 righe
1.9 KiB
{ |
|
"name": "studioamica/tuttogarev3", |
|
"description": "Nuova versione di TUTTO GARE", |
|
"config": { |
|
"platform": { |
|
"php": "7.4", |
|
"ext-imap": "7.4", |
|
"ext-gd": "7.4", |
|
"ext-exif": "7.4", |
|
"ext-intl": "7.4", |
|
"lib-icu": "7.4", |
|
"ext-bcmath": "7.4", |
|
"ext-calendar": "7.4" |
|
}, |
|
"platform-check": false, |
|
"secure-http": false |
|
}, |
|
"require-dev": { |
|
"phpcompatibility/php-compatibility": "*", |
|
"phpunit/phpunit": "^9.1", |
|
"pheromone/phpcs-security-audit": "^2.0", |
|
"symfony/var-dumper": "^5.2" |
|
}, |
|
"require": { |
|
"abeautifulsite/simpleimage": "^3.3", |
|
"dompdf/dompdf": "^0.8.3", |
|
"ezyang/htmlpurifier": "^4.10", |
|
"google/cloud-translate": "^1.5", |
|
"italia/spid-php-lib": "dev-cie-fix", |
|
"studioamica/oidc-client": "dev-master", |
|
"mtownsend/xml-to-array": "^1.0", |
|
"phpmailer/phpmailer": "^6.0", |
|
"phpoffice/phpspreadsheet": "^1.14", |
|
"phpoffice/phpword": "^0.17.0", |
|
"robthree/twofactorauth": "^1.7", |
|
"smalot/pdfparser": "^0.14.0", |
|
"spatie/array-to-xml": "^2.13", |
|
"tecnickcom/tcpdf": "^6.5", |
|
"vakata/asn1": "^2.1", |
|
"ankitpokhrel/tus-php": "1.3.2", |
|
"blueimp/jquery-file-upload": "^10.32", |
|
"ramsey/uuid": "^4.2", |
|
"lyquidity/xpath2": "dev-master", |
|
"lyquidity/utilities": "dev-master", |
|
"lyquidity/xml": "dev-master", |
|
"mcaskill/php-array-group-by": "^1.0" |
|
}, |
|
"scripts": { |
|
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility,vendor/pheromone/phpcs-security-audit", |
|
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility,vendor/pheromone/phpcs-security-audit" |
|
} |
|
} |
|
|
|
|