- 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.
464 lines
17 KiB
JSON
464 lines
17 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "f7d566341a12b85af399060b56600688",
|
|
"packages": [
|
|
{
|
|
"name": "bcosca/fatfree-core",
|
|
"version": "3.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/f3-factory/fatfree-core.git",
|
|
"reference": "15167bf8377c262a5354e2c419c383aaa4d41280"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/f3-factory/fatfree-core/zipball/15167bf8377c262a5354e2c419c383aaa4d41280",
|
|
"reference": "15167bf8377c262a5354e2c419c383aaa4d41280",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"."
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0"
|
|
],
|
|
"description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
|
|
"homepage": "http://fatfreeframework.com/",
|
|
"support": {
|
|
"issues": "https://github.com/f3-factory/fatfree-core/issues",
|
|
"source": "https://github.com/f3-factory/fatfree-core/tree/3.9.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.buymeacoffee.com/ikkez",
|
|
"type": "buy_me_a_coffee"
|
|
},
|
|
{
|
|
"url": "https://github.com/ikkez",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2025-08-09T10:27:39+00:00"
|
|
},
|
|
{
|
|
"name": "matomo/device-detector",
|
|
"version": "6.4.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matomo-org/device-detector.git",
|
|
"reference": "e53eed31bb1530851feebe52bd64c3451da19e77"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/e53eed31bb1530851feebe52bd64c3451da19e77",
|
|
"reference": "e53eed31bb1530851feebe52bd64c3451da19e77",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"mustangostang/spyc": "*",
|
|
"php": "^7.2|^8.0"
|
|
},
|
|
"replace": {
|
|
"piwik/device-detector": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"matthiasmullie/scrapbook": "^1.4.7",
|
|
"mayflower/mo4-coding-standard": "^v9.0.0",
|
|
"phpstan/phpstan": "^1.10.44",
|
|
"phpunit/phpunit": "^8.5.8",
|
|
"psr/cache": "^1.0.1",
|
|
"psr/simple-cache": "^1.0.1",
|
|
"slevomat/coding-standard": "<8.16.0",
|
|
"symfony/yaml": "^5.1.7"
|
|
},
|
|
"suggest": {
|
|
"doctrine/cache": "Can directly be used for caching purpose",
|
|
"ext-yaml": "Necessary for using the Pecl YAML parser"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DeviceDetector\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "The Matomo Team",
|
|
"email": "hello@matomo.org",
|
|
"homepage": "https://matomo.org/team/"
|
|
}
|
|
],
|
|
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
|
|
"homepage": "https://matomo.org",
|
|
"keywords": [
|
|
"devicedetection",
|
|
"parser",
|
|
"useragent"
|
|
],
|
|
"support": {
|
|
"forum": "https://forum.matomo.org/",
|
|
"issues": "https://github.com/matomo-org/device-detector/issues",
|
|
"source": "https://github.com/matomo-org/matomo",
|
|
"wiki": "https://dev.matomo.org/"
|
|
},
|
|
"time": "2025-08-20T17:20:16+00:00"
|
|
},
|
|
{
|
|
"name": "mustangostang/spyc",
|
|
"version": "0.6.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mustangostang/spyc.git",
|
|
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
|
|
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.3.*@dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"Spyc.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "mustangostang",
|
|
"email": "vlad.andersen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A simple YAML loader/dumper class for PHP",
|
|
"homepage": "https://github.com/mustangostang/spyc/",
|
|
"keywords": [
|
|
"spyc",
|
|
"yaml",
|
|
"yml"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mustangostang/spyc/issues",
|
|
"source": "https://github.com/mustangostang/spyc/tree/0.6.3"
|
|
},
|
|
"time": "2019-09-10T13:16:29+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2f5c94fe7493efc213f643c23b1b1c249d40f47e",
|
|
"reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"doctrine/annotations": "^1.2.6 || ^1.13.3",
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^3.7.2",
|
|
"yoast/phpunit-polyfills": "^1.0.4"
|
|
},
|
|
"suggest": {
|
|
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
|
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
|
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
|
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-11-24T18:04:13+00:00"
|
|
},
|
|
{
|
|
"name": "ruler/ruler",
|
|
"version": "v0.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bobthecow/Ruler.git",
|
|
"reference": "fd3f0d010fc4baa034cd3358f10d8f7eca938a32"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bobthecow/Ruler/zipball/fd3f0d010fc4baa034cd3358f10d8f7eca938a32",
|
|
"reference": "fd3f0d010fc4baa034cd3358f10d8f7eca938a32",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5.12 | ^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ruler\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Justin Hileman",
|
|
"email": "justin@justinhileman.info",
|
|
"homepage": "http://justinhileman.com/"
|
|
}
|
|
],
|
|
"description": "A simple stateless production rules engine for modern PHP.",
|
|
"homepage": "https://github.com/bobthecow/Ruler",
|
|
"keywords": [
|
|
"engine",
|
|
"rules"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/bobthecow/Ruler/issues",
|
|
"source": "https://github.com/bobthecow/Ruler/tree/v0.4.0"
|
|
},
|
|
"time": "2022-06-27T14:01:32+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "phpstan/phpstan",
|
|
"version": "2.1.22",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
"reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4",
|
|
"reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4|^8.0"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan-shim": "*"
|
|
},
|
|
"bin": [
|
|
"phpstan",
|
|
"phpstan.phar"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHPStan - PHP Static Analysis Tool",
|
|
"keywords": [
|
|
"dev",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"docs": "https://phpstan.org/user-guide/getting-started",
|
|
"forum": "https://github.com/phpstan/phpstan/discussions",
|
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
|
"security": "https://github.com/phpstan/phpstan/security/policy",
|
|
"source": "https://github.com/phpstan/phpstan-src"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/ondrejmirtes",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/phpstan",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2025-08-04T19:17:37+00:00"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "3.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
|
"reference": "62d32998e820bddc40f99f8251958aed187a5c9c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/62d32998e820bddc40f99f8251958aed187a5c9c",
|
|
"reference": "62d32998e820bddc40f99f8251958aed187a5c9c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-simplexml": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
|
|
},
|
|
"bin": [
|
|
"bin/phpcbf",
|
|
"bin/phpcs"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Sherwood",
|
|
"role": "Former lead"
|
|
},
|
|
{
|
|
"name": "Juliette Reinders Folmer",
|
|
"role": "Current lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
|
|
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
|
|
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
|
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/PHPCSStandards",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/jrfnl",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2024-09-18T10:38:58+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=8.0",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"platform-dev": {},
|
|
"platform-overrides": {
|
|
"php": "8"
|
|
},
|
|
"plugin-api-version": "2.6.0"
|
|
}
|