Files
TSYSDevStack/CloudronStack/output/CloudronPackages-Artifacts/tirreno/composer.json
ReachableCEO 91d52d2de5 feat(cloudron): add tirreno package artifacts
- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/ directory and its contents
- Includes package manifest, Dockerfile, source code, documentation, and build artifacts
- Add tirreno-1761840148.tar.gz as a build artifact
- Add tirreno-cloudron-package-1761841304.tar.gz as the Cloudron package
- Include all necessary files for the tirreno Cloudron package

This adds the complete tirreno Cloudron package artifacts to the repository.
2025-10-30 11:43:06 -05:00

67 lines
1.7 KiB
JSON

{
"name": "tirreno/tirreno",
"type": "project",
"description": "Open-source security platform",
"keywords": [
"tirreno",
"fraud-detection",
"audit-trail",
"analytics",
"monitoring",
"bot-detection",
"antispam",
"application-monitoring"
],
"license": "AGPL-3.0+",
"homepage": "https://www.tirreno.com",
"authors": [
{
"name": "Tirreno Technologies Sàrl",
"email": "team@tirreno.com",
"homepage": "https://www.tirreno.com/"
}
],
"config": {
"platform": {
"php": "8"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.0",
"ext-mbstring": "*",
"bcosca/fatfree-core": "3.9.1",
"phpmailer/phpmailer": "6.9.3",
"ruler/ruler": "0.4.0",
"matomo/device-detector": "6.4.7"
},
"extra": {
"paas": {
"document-root": "/",
"index-document": "index.php",
"nginx-includes": ["nginx.conf"]
}
},
"require-dev": {
"squizlabs/php_codesniffer": "3.10.3",
"phpstan/phpstan": "2.1.22"
},
"scripts": {
"compile": [
"chmod 755 tmp",
"chmod 740 config",
"chmod 755 assets",
"chmod 755 assets/rules",
"chmod 755 assets/logs",
"chmod 755 assets/lists",
"chmod 640 composer.json",
"chmod 640 composer.lock",
"chmod -R 750 config"
]
}
}