Current File : /home/pacjaorg/wpt.pacja.org/wp-content/plugins/interactive-geo-maps/vendor/composer/installed.json
{
    "packages": [
        {
            "name": "freemius/wordpress-sdk",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Freemius/wordpress-sdk.git",
                "reference": "56696717c5f0b7fb395618e88e1b592d1893e5dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/56696717c5f0b7fb395618e88e1b592d1893e5dc",
                "reference": "56696717c5f0b7fb395618e88e1b592d1893e5dc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/extension-installer": "^1.3",
                "squizlabs/php_codesniffer": "^3.7",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "wp-coding-standards/wpcs": "^2.3"
            },
            "time": "2024-10-21T10:21:58+00:00",
            "type": "library",
            "installation-source": "source",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "description": "Freemius WordPress SDK",
            "homepage": "https://freemius.com",
            "keywords": [
                "freemius",
                "plugin",
                "sdk",
                "theme",
                "wordpress",
                "wordpress-plugin",
                "wordpress-theme"
            ],
            "support": {
                "issues": "https://github.com/Freemius/wordpress-sdk/issues",
                "source": "https://github.com/Freemius/wordpress-sdk/tree/2.9.0"
            },
            "install-path": "../freemius/wordpress-sdk"
        },
        {
            "name": "hassankhan/config",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hassankhan/config.git",
                "reference": "8e1c07f4fdc2b986b8a781f0dcba155af2a579b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hassankhan/config/zipball/8e1c07f4fdc2b986b8a781f0dcba155af2a579b6",
                "reference": "8e1c07f4fdc2b986b8a781f0dcba155af2a579b6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5",
                "scrutinizer/ocular": "^1.9",
                "squizlabs/php_codesniffer": "^3.6",
                "symfony/yaml": "^5.4"
            },
            "suggest": {
                "symfony/yaml": "^5.4"
            },
            "time": "2022-12-20T19:48:37+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Noodlehaus\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Hassan Khan",
                    "homepage": "http://hassankhan.me/",
                    "role": "Developer"
                }
            ],
            "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
            "homepage": "http://hassankhan.me/config/",
            "keywords": [
                "config",
                "configuration",
                "ini",
                "json",
                "microphp",
                "unframework",
                "xml",
                "yaml",
                "yml"
            ],
            "support": {
                "issues": "https://github.com/hassankhan/config/issues",
                "source": "https://github.com/hassankhan/config/tree/3.1.0"
            },
            "install-path": "../hassankhan/config"
        },
        {
            "name": "saltus/framework",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/SaltusDev/saltus-framework.git",
                "reference": "5afce29e0bc789f0f65a36853003e576a787e67c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/SaltusDev/saltus-framework/zipball/5afce29e0bc789f0f65a36853003e576a787e67c",
                "reference": "5afce29e0bc789f0f65a36853003e576a787e67c",
                "shasum": ""
            },
            "require": {
                "hassankhan/config": "^3.1.0",
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6.0",
                "squizlabs/php_codesniffer": "^3.2.3"
            },
            "time": "2023-11-24T13:47:30+00:00",
            "default-branch": true,
            "type": "project",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Saltus\\WP\\Framework\\": "src/"
                },
                "files": [
                    "lib/codestar-framework/codestar-framework.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "Saltus\\WP\\Framework\\Tests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "vendor/bin/phpcs"
                ]
            },
            "license": [
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Saltus Plugin Framework",
                    "email": "web@saltus.io",
                    "homepage": "https://saltus.io/"
                }
            ],
            "homepage": "https://saltus.io/",
            "keywords": [
                "composer",
                "vagrant",
                "wordpress",
                "wp"
            ],
            "support": {
                "source": "https://github.com/SaltusDev/saltus-framework/tree/main",
                "issues": "https://github.com/SaltusDev/saltus-framework/issues"
            },
            "install-path": "../saltus/framework"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!