{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "9a93df4a3302fe15be49c6cdcf891add", "packages": [ { "name": "erusev/parsedown", "version": "1.7.4", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35" }, "type": "library", "autoload": { "psr-0": { "Parsedown": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http://erusev.com" } ], "description": "Parser for Markdown.", "homepage": "http://parsedown.org", "keywords": [ "markdown", "parser" ], "support": { "issues": "https://github.com/erusev/parsedown/issues", "source": "https://github.com/erusev/parsedown/tree/1.7.x" }, "time": "2019-12-30T22:54:17+00:00" }, { "name": "jeremykendall/php-domain-parser", "version": "6.1.2", "source": { "type": "git", "url": "https://github.com/jeremykendall/php-domain-parser.git", "reference": "bc84e2479c200b03fb429141b2572fd7752d728b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/bc84e2479c200b03fb429141b2572fd7752d728b", "reference": "bc84e2479c200b03fb429141b2572fd7752d728b", "shasum": "" }, "require": { "ext-filter": "*", "ext-intl": "*", "ext-json": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^v3.5.0", "guzzlehttp/guzzle": "^7.0", "guzzlehttp/psr7": "^1.6||^2.0", "phpstan/phpstan": "^1.4.6.", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.5.13", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0", "symfony/cache": "^v5.0 || ^v6.0" }, "suggest": { "league/uri": "To parse URL and validate host", "psr/http-client-implementation": "To use the storage functionnality which depends on PSR-18", "psr/http-factory-implementation": "To use the storage functionnality which depends on PSR-17", "psr/simple-cache-implementation": "To use the storage functionnality which depends on PSR-16" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.x-dev" } }, "autoload": { "psr-4": { "Pdp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Kendall", "homepage": "http://about.me/jeremykendall", "role": "Developer" }, { "name": "Ignace Nyamagana Butera", "homepage": "http://nyamsprod.com", "role": "Developer" }, { "name": "Contributors", "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors" } ], "description": "Public Suffix List and IANA Root Zone Database based Domain parsing implemented in PHP.", "homepage": "https://github.com/jeremykendall/php-domain-parser", "keywords": [ "PSL", "Public Suffix List", "Top Level Domains", "domain parsing", "iana", "icann", "idn", "tld" ], "support": { "issues": "https://github.com/jeremykendall/php-domain-parser/issues", "source": "https://github.com/jeremykendall/php-domain-parser" }, "funding": [ { "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], "time": "2022-09-29T05:04:10+00:00" }, { "name": "maxmind-db/reader", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b", "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { "ext-maxminddb": "<1.10.1,>=2.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "php-coveralls/php-coveralls": "^2.1", "phpstan/phpstan": "*", "phpunit/phpcov": ">=6.0.0", "phpunit/phpunit": ">=8.0.0,<10.0.0", "squizlabs/php_codesniffer": "3.*" }, "suggest": { "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" }, "type": "library", "autoload": { "psr-4": { "MaxMind\\Db\\": "src/MaxMind/Db" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Gregory J. Oschwald", "email": "goschwald@maxmind.com", "homepage": "https://www.maxmind.com/" } ], "description": "MaxMind DB Reader API", "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", "keywords": [ "database", "geoip", "geoip2", "geolocation", "maxmind" ], "support": { "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0" }, "time": "2021-10-18T15:23:10+00:00" }, { "name": "mlocati/ip-lib", "version": "1.18.0", "source": { "type": "git", "url": "https://github.com/mlocati/ip-lib.git", "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2", "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "ext-pdo_sqlite": "*", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5" }, "type": "library", "autoload": { "psr-4": { "IPLib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michele Locati", "email": "mlocati@gmail.com", "homepage": "https://github.com/mlocati", "role": "Author" } ], "description": "Handle IPv4, IPv6 addresses and ranges", "homepage": "https://github.com/mlocati/ip-lib", "keywords": [ "IP", "address", "addresses", "ipv4", "ipv6", "manage", "managing", "matching", "network", "networking", "range", "subnet" ], "support": { "issues": "https://github.com/mlocati/ip-lib/issues", "source": "https://github.com/mlocati/ip-lib/tree/1.18.0" }, "funding": [ { "url": "https://github.com/sponsors/mlocati", "type": "github" }, { "url": "https://paypal.me/mlocati", "type": "other" } ], "time": "2022-01-13T18:05:33+00:00" }, { "name": "psr/cache", "version": "1.0.1", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" }, "time": "2016-08-06T20:24:11+00:00" }, { "name": "tmmtech/wp-plugins-core", "version": "dev-master", "source": { "type": "git", "url": "https://bitbucket.org/tmmtech/wp-plugins-core.git", "reference": "f55bed8f71d26bd0aa6c8ea8c882053af54d1acb" }, "dist": { "type": "zip", "url": "https://bitbucket.org/tmmtech/wp-plugins-core.git/get/f55bed8f71d26bd0aa6c8ea8c882053af54d1acb.zip", "reference": "f55bed8f71d26bd0aa6c8ea8c882053af54d1acb", "shasum": "" }, "require": { "erusev/parsedown": "^1.7", "woocommerce/action-scheduler": "^3.4" }, "default-branch": true, "type": "library", "homepage": "https://bitbucket.org/tmmtech/wp-plugins-core", "support": { "source": "https://bitbucket.org/tmmtech/wp-plugins-core.git/src/f55bed8f71d26bd0aa6c8ea8c882053af54d1acb/?at=0.1.4" }, "time": "2023-02-15T10:00:41+00:00" }, { "name": "whichbrowser/parser", "version": "v2.1.7", "source": { "type": "git", "url": "https://github.com/WhichBrowser/Parser-PHP.git", "reference": "1044880bc792dbce5948fbff22ae731c43c280d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/1044880bc792dbce5948fbff22ae731c43c280d9", "reference": "1044880bc792dbce5948fbff22ae731c43c280d9", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "cache/array-adapter": "^1.1", "icomefromthenet/reverse-regex": "0.0.6.3", "php-coveralls/php-coveralls": "^2.0", "phpunit/php-code-coverage": "^5.0 || ^7.0", "phpunit/phpunit": "^6.0 || ^8.0", "squizlabs/php_codesniffer": "^3.5", "symfony/yaml": "~3.4 || ~4.0" }, "suggest": { "cache/array-adapter": "Allows testing of the caching functionality" }, "type": "library", "autoload": { "psr-4": { "WhichBrowser\\": [ "src/", "tests/src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Niels Leenheer", "email": "niels@leenheer.nl", "role": "Developer" } ], "description": "Useragent sniffing library for PHP", "homepage": "http://whichbrowser.net", "keywords": [ "browser", "sniffing", "ua", "useragent" ], "support": { "issues": "https://github.com/WhichBrowser/Parser-PHP/issues", "source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.7" }, "time": "2022-04-19T20:14:54+00:00" }, { "name": "woocommerce/action-scheduler", "version": "3.5.4", "source": { "type": "git", "url": "https://github.com/woocommerce/action-scheduler.git", "reference": "9533e71b0eba4a519721dde84a34dfb161f11eb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/9533e71b0eba4a519721dde84a34dfb161f11eb8", "reference": "9533e71b0eba4a519721dde84a34dfb161f11eb8", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^7.5", "woocommerce/woocommerce-sniffs": "0.1.0", "wp-cli/wp-cli": "~2.5.0", "yoast/phpunit-polyfills": "^1.0" }, "type": "wordpress-plugin", "extra": { "scripts-description": { "test": "Run unit tests", "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "description": "Action Scheduler for WordPress and WooCommerce", "homepage": "https://actionscheduler.org/", "support": { "issues": "https://github.com/woocommerce/action-scheduler/issues", "source": "https://github.com/woocommerce/action-scheduler/tree/3.5.4" }, "time": "2023-01-17T20:20:43+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "tmmtech/wp-plugins-core": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "platform-overrides": { "php": "7.4" }, "plugin-api-version": "2.3.0" }