HEX
Server: LiteSpeed
System: Linux melbournecleaninggroup 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: www-data (33)
PHP: 7.3.33-1+focal
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/wp-content/plugins/brizy-pro/vendor/composer/installed.json
[
    {
        "name": "activecampaign/api-php",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ActiveCampaign/activecampaign-api-php.git",
            "reference": "2bf5b72ba8668de8dcb27e194948028276e748c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ActiveCampaign/activecampaign-api-php/zipball/2bf5b72ba8668de8dcb27e194948028276e748c5",
            "reference": "2bf5b72ba8668de8dcb27e194948028276e748c5",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.0"
        },
        "time": "2017-04-26T00:00:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "includes/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Official PHP wrapper for the ActiveCampaign API.",
        "homepage": "https://github.com/ActiveCampaign/activecampaign-api-php",
        "keywords": [
            "Forms",
            "activecampaign",
            "automation",
            "email-marketing",
            "emails",
            "marketing-automation",
            "newsletter",
            "subscribe"
        ]
    },
    {
        "name": "bagrinsergiu/Brizy-Forms-SDK",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bagrinsergiu/Brizy-Forms-SDK.git",
            "reference": "a76d783e0ba47513a3098c3e56ea0d4267f06342"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bagrinsergiu/Brizy-Forms-SDK/zipball/a76d783e0ba47513a3098c3e56ea0d4267f06342",
            "reference": "a76d783e0ba47513a3098c3e56ea0d4267f06342",
            "shasum": ""
        },
        "require": {
            "activecampaign/api-php": "2.0.*",
            "campaignmonitor/createsend-php": "dev-master",
            "drewm/drip": "0.8.*",
            "drewm/mailchimp-api": "~2.2",
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "guzzlehttp/guzzle": "6.3.*",
            "php": ">=5.6",
            "psr/log": "^1.0.0",
            "sendinblue/api-v3-sdk": "~6.0"
        },
        "require-dev": {
            "ext-dom": "*",
            "phpunit/phpunit": "^4.8"
        },
        "time": "2020-03-19T13:49:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "BrizyForms": "lib/"
            }
        },
        "description": "Brizy form's PHP SDK",
        "keywords": [
            "brizy",
            "forms"
        ],
        "support": {
            "source": "https://github.com/bagrinsergiu/Brizy-Forms-SDK/tree/1.2.0",
            "issues": "https://github.com/bagrinsergiu/Brizy-Forms-SDK/issues"
        }
    },
    {
        "name": "campaignmonitor/createsend-php",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/campaignmonitor/createsend-php.git",
            "reference": "3b07e7ca47650cbcb69db599f618795e76a9aa1b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/campaignmonitor/createsend-php/zipball/3b07e7ca47650cbcb69db599f618795e76a9aa1b",
            "reference": "3b07e7ca47650cbcb69db599f618795e76a9aa1b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "simpletest/simpletest": "~1.1.3"
        },
        "time": "2020-01-20T05:27:06+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "csrest_administrators.php",
                "csrest_campaigns.php",
                "csrest_clients.php",
                "csrest_general.php",
                "csrest_events.php",
                "csrest_lists.php",
                "csrest_people.php",
                "csrest_segments.php",
                "csrest_subscribers.php",
                "csrest_templates.php",
                "csrest_transactional_classicemail.php",
                "csrest_transactional_smartemail.php",
                "csrest_transactional_timeline.php",
                "csrest_journeys.php",
                "csrest_journey_emails.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Toby Brain",
                "email": "tobio85@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "A php library which implements the complete functionality of the Campaign Monitor API.",
        "homepage": "http://campaignmonitor.github.io/createsend-php/",
        "keywords": [
            "api",
            "campaign",
            "monitor"
        ]
    },
    {
        "name": "drewm/drip",
        "version": "v0.8",
        "version_normalized": "0.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drewm/drip.git",
            "reference": "2f5ebe46dbf82fe16186b8f488ec47a0dd672e37"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drewm/drip/zipball/2f5ebe46dbf82fe16186b8f488ec47a0dd672e37",
            "reference": "2f5ebe46dbf82fe16186b8f488ec47a0dd672e37",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit/phpunit": "4.0.*"
        },
        "time": "2018-03-27T13:12:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DrewM\\Drip\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Drew McLellan",
                "email": "drew.mclellan@gmail.com"
            }
        ],
        "description": "PHP library for interacting with the Drip API",
        "keywords": [
            "drip"
        ]
    },
    {
        "name": "drewm/mailchimp-api",
        "version": "v2.5.4",
        "version_normalized": "2.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drewm/mailchimp-api.git",
            "reference": "c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drewm/mailchimp-api/zipball/c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a",
            "reference": "c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "7.0.*",
            "vlucas/phpdotenv": "^2.0"
        },
        "time": "2019-08-06T09:24:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DrewM\\MailChimp\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Drew McLellan",
                "email": "drew.mclellan@gmail.com",
                "homepage": "http://allinthehead.com/"
            }
        ],
        "description": "Super-simple, minimum abstraction MailChimp API v3 wrapper",
        "homepage": "https://github.com/drewm/mailchimp-api"
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "708835738383a3cc09ba00c77d43732940ba1380"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/708835738383a3cc09ba00c77d43732940ba1380",
            "reference": "708835738383a3cc09ba00c77d43732940ba1380",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.6.1",
            "php": "^7.2.5",
            "psr/http-client": "^1.0"
        },
        "provide": {
            "psr/http-client-implementation": "1.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.1"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2019-10-24T12:55:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "89b1a76b7fda5853401297dc4b2a093cba1fda23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/89b1a76b7fda5853401297dc4b2a093cba1fda23",
            "reference": "89b1a76b7fda5853401297dc4b2a093cba1fda23",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^7.5"
        },
        "time": "2020-02-15T23:33:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.x-dev",
        "version_normalized": "1.9999999.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "c73b502efd02beb2602500aa36793fb405e383ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/c73b502efd02beb2602500aa36793fb405e383ac",
            "reference": "c73b502efd02beb2602500aa36793fb405e383ac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2020-02-12T23:13:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "psr/http-client",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-client.git",
            "reference": "fd5d37ae5a76ee3c5301a762faf66bf9519132ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-client/zipball/fd5d37ae5a76ee3c5301a762faf66bf9519132ef",
            "reference": "fd5d37ae5a76ee3c5301a762faf66bf9519132ef",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "psr/http-message": "^1.0"
        },
        "time": "2019-09-04T06:46:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP clients",
        "homepage": "https://github.com/php-fig/http-client",
        "keywords": [
            "http",
            "http-client",
            "psr",
            "psr-18"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
            "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-08-29T13:16:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/log",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "e1cb6eca27ccfd46567a2837eeba62bc5fecdee2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/e1cb6eca27ccfd46567a2837eeba62bc5fecdee2",
            "reference": "e1cb6eca27ccfd46567a2837eeba62bc5fecdee2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2020-02-28T08:38:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "sendinblue/api-v3-sdk",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/sendinblue/APIv3-php-library.git",
            "reference": "986eac4a2732b2cbfea11e88e7c863457f023565"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sendinblue/APIv3-php-library/zipball/986eac4a2732b2cbfea11e88e7c863457f023565",
            "reference": "986eac4a2732b2cbfea11e88e7c863457f023565",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "guzzlehttp/guzzle": "^6.2",
            "php": ">=5.6"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~1.12",
            "phpunit/phpunit": "^4.8",
            "squizlabs/php_codesniffer": "~2.6"
        },
        "time": "2019-05-27T10:17:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "SendinBlue\\Client\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "SendinBlue Developers",
                "email": "contact@sendinblue.com",
                "homepage": "https://www.sendinblue.com/"
            }
        ],
        "description": "Official SendinBlue provided RESTFul API V3 php library",
        "homepage": "https://github.com/sendinblue/APIv3-php-library",
        "keywords": [
            "api",
            "php",
            "sdk",
            "sendinblue",
            "swagger"
        ]
    }
]