name : installed.json
{
    "packages": [
        {
            "name": "akeeba/engine",
            "version": "dev-development",
            "version_normalized": "dev-development",
            "source": {
                "type": "git",
                "url": "[email protected]:akeeba/engine.git",
                "reference": "949bc5c7343329f648262982c8322343a90784a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/akeeba/engine/zipball/949bc5c7343329f648262982c8322343a90784a7",
                "reference": "949bc5c7343329f648262982c8322343a90784a7",
                "shasum": ""
            },
            "require": {
                "akeeba/s3": "dev-development",
                "ext-fileinfo": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.4 <8.4"
            },
            "require-dev": {
                "composer/ca-bundle": "^1.3.6",
                "mnapoli/silly": "^1.8.3",
                "phpunit/phpunit": "^9.0.0",
                "rector/rector": "^0.15.21"
            },
            "suggest": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-ftp": "*",
                "ext-mysqli": "*",
                "ext-openssl": "*",
                "ext-pdo": "*",
                "ext-simplexml": "*",
                "ext-sqlite3": "*",
                "ext-ssh2": "*",
                "ext-zip": "*"
            },
            "time": "2024-05-04T12:46:23+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Akeeba\\Engine\\Test\\": "Test/",
                    "Akeeba\\Engine\\": "engine/"
                }
            },
            "archive": {
                "exclude": [
                    "binned_ideas",
                    "connector_development",
                    "run",
                    "Test",
                    "tools"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicholas K. Dionysopoulos",
                    "email": "[email protected]",
                    "homepage": "https://www.dionysopoulos.me",
                    "role": "Lead Developer"
                },
                {
                    "name": "Davide Tampellini",
                    "email": "[email protected]",
                    "homepage": "https://www.dionysopoulos.me",
                    "role": "Senior Developer"
                }
            ],
            "description": "Akeeba Engine - a site backup engine written in pure PHP",
            "homepage": "https://github.com/akeeba/engine",
            "keywords": [
                "backup",
                "mysql",
                "php"
            ],
            "support": {
                "source": "https://github.com/akeeba/engine/tree/development",
                "issues": "https://github.com/akeeba/engine/issues"
            },
            "install-path": "../akeeba/engine"
        },
        {
            "name": "akeeba/s3",
            "version": "dev-development",
            "version_normalized": "dev-development",
            "source": {
                "type": "git",
                "url": "https://github.com/akeeba/s3.git",
                "reference": "452fbd3084f1cb581851a1602226224d29d586d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/akeeba/s3/zipball/452fbd3084f1cb581851a1602226224d29d586d4",
                "reference": "452fbd3084f1cb581851a1602226224d29d586d4",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-simplexml": "*",
                "php": ">=7.1.0 <8.4"
            },
            "time": "2024-02-19T10:08:06+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/aliasing.php"
                ],
                "psr-4": {
                    "Akeeba\\S3\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicholas K. Dionysopoulos",
                    "email": "[email protected]",
                    "homepage": "http://www.dionysopoulos.me",
                    "role": "Lead Developer"
                }
            ],
            "description": "A compact, dependency-less Amazon S3 API client implementing the most commonly used features",
            "homepage": "https://github.com/akeeba/s3",
            "keywords": [
                "s3"
            ],
            "support": {
                "issues": "https://github.com/akeeba/s3/issues",
                "source": "https://github.com/akeeba/s3/tree/2.3.2"
            },
            "install-path": "../akeeba/s3"
        },
        {
            "name": "akeeba/stats_collector",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/akeeba/stats_collector.git",
                "reference": "356b7a4e277581e4c7ae38d8c280227eef6c6327"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/akeeba/stats_collector/zipball/356b7a4e277581e4c7ae38d8c280227eef6c6327",
                "reference": "356b7a4e277581e4c7ae38d8c280227eef6c6327",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "suggest": {
                "ext-curl": "For sending the usage stats to the server",
                "ext-openssl": "Fallback when random_bytes is not available"
            },
            "time": "2024-01-02T10:24:26+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Akeeba\\UsageStats\\Collector\\": "src"
                }
            },
            "archive": {
                "exclude": [
                    ".idea/**",
                    ".gitignore",
                    "composer.lock"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicholas K. Dionysopoulos",
                    "email": "[email protected]"
                }
            ],
            "description": "Usage Statistic collector",
            "support": {
                "source": "https://github.com/akeeba/stats_collector/tree/main",
                "issues": "https://github.com/akeeba/stats_collector/issues"
            },
            "install-path": "../akeeba/stats_collector"
        },
        {
            "name": "akeeba/webpush",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "[email protected]:akeeba/webpush.git",
                "reference": "7d47515294391de9f7c061ac051428d22cc923e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/akeeba/webpush/zipball/7d47515294391de9f7c061ac051428d22cc923e1",
                "reference": "7d47515294391de9f7c061ac051428d22cc923e1",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-openssl": "*",
                "php": "^7.2|^8.0"
            },
            "suggest": {
                "ext-gmp": "*"
            },
            "time": "2024-01-06T09:53:35+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Akeeba\\WebPush\\": "src"
                }
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicholas K. Dionysopoulos",
                    "email": "[email protected]"
                }
            ],
            "description": "WebPush for Joomla components",
            "homepage": "https://github.com/akeeba/webpush",
            "keywords": [
                "Joomla",
                "Push API",
                "WebPush",
                "notifications",
                "push",
                "web"
            ],
            "support": {
                "source": "https://github.com/akeeba/webpush/tree/main",
                "issues": "https://github.com/akeeba/webpush/issues"
            },
            "install-path": "../akeeba/webpush"
        },
        {
            "name": "composer/ca-bundle",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
                "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10",
                "psr/log": "^1.0",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "time": "2024-03-15T14:00:32+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "[email protected]",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.5.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./ca-bundle"
        }
    ],
    "dev": false,
    "dev-package-names": []
}

© 2025 Cubjrnet7