HEX
Server: Apache
System: Linux webd011.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: ezpgggd (105871)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/ezpgggd/www/wp-content/plugins/flow-flow/libs/composer/installed.json
{
    "packages": [
        {
            "name": "cakephp/cache",
            "version": "3.9.0",
            "version_normalized": "3.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/cache.git",
                "reference": "e8ec4e77fb288adda318e08053f5f540870aeb9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cakephp/cache/zipball/e8ec4e77fb288adda318e08053f5f540870aeb9d",
                "reference": "e8ec4e77fb288adda318e08053f5f540870aeb9d",
                "shasum": ""
            },
            "require": {
                "cakephp/core": "^3.6.0",
                "php": ">=5.6.0",
                "psr/simple-cache": "^1.0.0"
            },
            "time": "2020-06-16T00:54:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cake\\Cache\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/cache/graphs/contributors"
                }
            ],
            "description": "Easy to use Caching library with support for multiple caching backends",
            "homepage": "https://cakephp.org",
            "keywords": [
                "cache",
                "caching",
                "cakephp"
            ],
            "support": {
                "forum": "https://stackoverflow.com/tags/cakephp",
                "irc": "irc://irc.freenode.org/cakephp",
                "issues": "https://github.com/cakephp/cakephp/issues",
                "source": "https://github.com/cakephp/cache"
            },
            "install-path": "../cakephp/cache"
        },
        {
            "name": "cakephp/core",
            "version": "3.x-dev",
            "version_normalized": "3.9999999.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/core.git",
                "reference": "716300a55ac86b7456e52258d3f50545545d2d6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cakephp/core/zipball/716300a55ac86b7456e52258d3f50545545d2d6b",
                "reference": "716300a55ac86b7456e52258d3f50545545d2d6b",
                "shasum": ""
            },
            "require": {
                "cakephp/utility": "^3.6.0",
                "php": ">=5.6.0,<8.0.0"
            },
            "suggest": {
                "cakephp/cache": "To use Configure::store() and restore().",
                "cakephp/event": "To use PluginApplicationInterface or plugin applications."
            },
            "time": "2021-06-18T07:33:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "functions.php"
                ],
                "psr-4": {
                    "Cake\\Core\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/core/graphs/contributors"
                }
            ],
            "description": "CakePHP Framework Core classes",
            "homepage": "https://cakephp.org",
            "keywords": [
                "cakephp",
                "core",
                "framework"
            ],
            "support": {
                "forum": "https://stackoverflow.com/tags/cakephp",
                "irc": "irc://irc.freenode.org/cakephp",
                "issues": "https://github.com/cakephp/cakephp/issues",
                "source": "https://github.com/cakephp/core"
            },
            "install-path": "../cakephp/core"
        },
        {
            "name": "cakephp/utility",
            "version": "3.x-dev",
            "version_normalized": "3.9999999.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/utility.git",
                "reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cakephp/utility/zipball/51b0af31af3239f6141006bbd7cbc7b16aba40d6",
                "reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6",
                "shasum": ""
            },
            "require": {
                "cakephp/core": "^3.6.0",
                "php": ">=5.6.0,<8.0.0"
            },
            "suggest": {
                "ext-intl": "To use Text::transliterate() or Text::slug()",
                "lib-ICU": "To use Text::transliterate() or Text::slug()"
            },
            "time": "2020-12-09T02:43:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Cake\\Utility\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/utility/graphs/contributors"
                }
            ],
            "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
            "homepage": "https://cakephp.org",
            "keywords": [
                "cakephp",
                "hash",
                "inflector",
                "security",
                "string",
                "utility"
            ],
            "support": {
                "forum": "https://stackoverflow.com/tags/cakephp",
                "irc": "irc://irc.freenode.org/cakephp",
                "issues": "https://github.com/cakephp/cakephp/issues",
                "source": "https://github.com/cakephp/utility"
            },
            "install-path": "../cakephp/utility"
        },
        {
            "name": "colshrapnel/safemysql",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/colshrapnel/safemysql.git",
                "reference": "e64dacc23247b784595aa09d08f8683dc8982eb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/colshrapnel/safemysql/zipball/e64dacc23247b784595aa09d08f8683dc8982eb5",
                "reference": "e64dacc23247b784595aa09d08f8683dc8982eb5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0.0"
            },
            "time": "2019-01-14T10:10:56+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "safemysql.class.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Colonel Shrapnel",
                    "email": "col.shrapnel@gmail.com",
                    "role": "lead"
                }
            ],
            "description": "A real safe and convenient way to handle MySQL queries.",
            "homepage": "https://github.com/colshrapnel/safemysql",
            "keywords": [
                "db",
                "mysql"
            ],
            "support": {
                "issues": "https://github.com/colshrapnel/safemysql/issues",
                "source": "https://github.com/colshrapnel/safemysql/tree/master"
            },
            "install-path": "../colshrapnel/safemysql"
        },
        {
            "name": "flowflow/core",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://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@github.com/navdeykin/flowflow_core.git",
                "reference": "bc6e01d454e2abe9f2b8c98ee5c6a6247c480073"
            },
            "require": {
                "colshrapnel/safemysql": "dev-master",
                "ext-curl": "*",
                "ext-gd": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-mysqli": "*",
                "ext-zlib": "*",
                "flowflow/social": "dev-remove_open_api",
                "mashape/unirest-php": "^3.0.4"
            },
            "time": "2022-02-18T06:46:52+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "la\\core\\": "src/"
                }
            },
            "autoload-dev": {
                "files": [
                    "src/dev/functions.php"
                ]
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Nikolay Avdeykin",
                    "email": "navdeykin@gmail.com"
                }
            ],
            "description": "The core lib for products of looks awesome company",
            "install-path": "../flowflow/core"
        },
        {
            "name": "flowflow/social",
            "version": "dev-remove_open_api",
            "version_normalized": "dev-remove_open_api",
            "source": {
                "type": "git",
                "url": "https://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@github.com/Gorkiy/FlowSocial.git",
                "reference": "004e39ca2bc8a71fbab53d7ed641d3333583a776"
            },
            "require": {
                "cakephp/cache": "^3.8",
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.6.0",
                "psr/simple-cache": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7"
            },
            "time": "2023-02-28T13:17:41+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "flow\\social\\": "src/flow/social"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Nikolay Avdeykin",
                    "email": "navdeykin@gmail.com"
                }
            ],
            "description": "The social lib for products of looks awesome company.",
            "install-path": "../flowflow/social"
        },
        {
            "name": "mashape/unirest-php",
            "version": "v3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Mashape/unirest-php.git",
                "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Mashape/unirest-php/zipball/842c0f242dfaaf85f16b72e217bf7f7c19ab12cb",
                "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "0.1.*",
                "phpunit/phpunit": "~4.4"
            },
            "suggest": {
                "ext-json": "Allows using JSON Bodies for sending and parsing requests"
            },
            "time": "2016-08-11T17:49:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Unirest\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Unirest PHP",
            "homepage": "https://github.com/Mashape/unirest-php",
            "keywords": [
                "client",
                "curl",
                "http",
                "https",
                "rest"
            ],
            "support": {
                "email": "opensource@mashape.com",
                "issues": "https://github.com/Mashape/unirest-php/issues",
                "source": "https://github.com/Mashape/unirest-php/tree/master"
            },
            "install-path": "../mashape/unirest-php"
        },
        {
            "name": "psr/simple-cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2017-10-23T01:57:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https://github.com/php-fig/simple-cache/tree/master"
            },
            "install-path": "../psr/simple-cache"
        }
    ],
    "dev": true,
    "dev-package-names": []
}