{
    "packages": [
        {
            "name": "appsero/client",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Appsero/client.git",
                "reference": "5c3fdc4945c8680bca6fb01eee1ec5dc4f22de87"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Appsero/client/zipball/5c3fdc4945c8680bca6fb01eee1ec5dc4f22de87",
                "reference": "5c3fdc4945c8680bca6fb01eee1ec5dc4f22de87",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "time": "2020-09-10T09:10:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Appsero\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tareq Hasan",
                    "email": "tareq@appsero.com"
                }
            ],
            "description": "Appsero Client",
            "keywords": [
                "analytics",
                "plugin",
                "theme",
                "wordpress"
            ],
            "install-path": "../appsero/client"
        },
        {
            "name": "phpfastcache/phpfastcache",
            "version": "8.1.4",
            "version_normalized": "8.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPSocialNetwork/phpfastcache.git",
                "reference": "ad4ac950b63fd2d3368fb1204e80413969c3c2b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/ad4ac950b63fd2d3368fb1204e80413969c3c2b8",
                "reference": "ad4ac950b63fd2d3368fb1204e80413969c3c2b8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.3",
                "psr/cache": "~1.0.0",
                "psr/simple-cache": "~1.0.0"
            },
            "conflict": {
                "doctrine/couchdb": "*"
            },
            "require-dev": {
                "ext-gettext": "*",
                "league/climate": "^3.5"
            },
            "suggest": {
                "ext-apc": "*",
                "ext-couchbase": "*",
                "ext-couchbase_v3": "*",
                "ext-intl": "*",
                "ext-leveldb": "*",
                "ext-memcache": "*",
                "ext-memcached": "*",
                "ext-redis": "*",
                "ext-sqlite": "*",
                "ext-wincache": "*",
                "ext-xcache": "*",
                "mongodb/mongodb": "^1.9",
                "phpfastcache/couchdb": "~1.0.0",
                "phpfastcache/phpssdb": "~1.0.0",
                "predis/predis": "^1.1"
            },
            "time": "2023-02-11T23:32:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Phpfastcache\\": "lib/Phpfastcache/",
                    "Phpfastcache\\Tests\\": "tests/lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Georges.L",
                    "email": "contact@geolim4.com",
                    "homepage": "https://github.com/Geolim4",
                    "role": "Actual Project Manager/Developer"
                },
                {
                    "name": "Khoa Bui",
                    "email": "khoaofgod@gmail.com",
                    "homepage": "https://www.phpfastcache.com",
                    "role": "Former Project Developer/Original Creator"
                }
            ],
            "description": "PHP Abstract Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.",
            "homepage": "https://www.phpfastcache.com",
            "keywords": [
                "LevelDb",
                "abstract",
                "apc",
                "apcu",
                "cache",
                "cache class",
                "caching",
                "cassandra",
                "cookie",
                "couchbase",
                "couchdb",
                "files cache",
                "memcache",
                "memcached",
                "mongodb",
                "mysql cache",
                "pdo cache",
                "php cache",
                "predis",
                "redis",
                "ssdb",
                "wincache",
                "xcache",
                "zend",
                "zend data cache",
                "zend disk cache",
                "zend memory cache",
                "zend server"
            ],
            "support": {
                "issues": "https://github.com/PHPSocialNetwork/phpfastcache/issues",
                "source": "https://github.com/PHPSocialNetwork/phpfastcache/tree/8.1.4"
            },
            "funding": [
                {
                    "url": "https://github.com/geolim4",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/geolim4",
                    "type": "patreon"
                }
            ],
            "install-path": "../phpfastcache/phpfastcache"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T20:24:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "install-path": "../psr/cache"
        },
        {
            "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"
        },
        {
            "name": "sepia/po-parser",
            "version": "6.0.2",
            "version_normalized": "6.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pherrymason/PHP-po-parser.git",
                "reference": "391b90c6d64ebadcc89475225ce11ddbc25490cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pherrymason/PHP-po-parser/zipball/391b90c6d64ebadcc89475225ce11ddbc25490cc",
                "reference": "391b90c6d64ebadcc89475225ce11ddbc25490cc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "symfony/polyfill-mbstring": "^1"
            },
            "require-dev": {
                "fzaninotto/faker": "^1.7",
                "phpunit/phpunit": "^4.8.36",
                "squizlabs/php_codesniffer": "^2.0"
            },
            "time": "2023-08-01T13:12:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sepia\\PoParser\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raúl Ferràs",
                    "email": "raul.ferras@gmail.com",
                    "role": "developer"
                }
            ],
            "description": "Gettext *.PO file parser for PHP.",
            "homepage": "https://github.com/raulferras/PHP-po-parser",
            "keywords": [
                "gettext",
                "i10n",
                "i18n",
                "po"
            ],
            "support": {
                "issues": "https://github.com/raulferras/PHP-po-parser/issues",
                "source": "https://github.com/pherrymason/PHP-po-parser/tree/6.0.2"
            },
            "install-path": "../sepia/po-parser"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "30885182c981ab175d4d034db0f6f469898070ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
                "reference": "30885182c981ab175d4d034db0f6f469898070ab",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2021-10-20T20:35:02+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "webmozart/assert",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
            },
            "time": "2021-03-09T10:59:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "install-path": "../webmozart/assert"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
