{ "_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": "52794dd13d86100f57b50920062652b8", "packages": [ { "name": "buchin/searchterm", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/buchin/searchterm.git", "reference": "c1a03da89c9c11d5ad43c0b44f46851d50cb7ec7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/buchin/searchterm/zipball/c1a03da89c9c11d5ad43c0b44f46851d50cb7ec7", "reference": "c1a03da89c9c11d5ad43c0b44f46851d50cb7ec7", "shasum": "" }, "require-dev": { "kahlan/kahlan": "^3.1" }, "type": "library", "autoload": { "psr-4": { "Buchin\\SearchTerm\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mochammad Masbuchin", "email": "buchin@dropsugar.com" } ], "description": "Detect search keywords if referer coming from search engine", "time": "2018-12-16T05:51:07+00:00" }, { "name": "buchin/termapi-client", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/buchin/termapi-client.git", "reference": "8d226cb625765864de63e1c5e972fc331ff1ddd6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/buchin/termapi-client/zipball/8d226cb625765864de63e1c5e972fc331ff1ddd6", "reference": "8d226cb625765864de63e1c5e972fc331ff1ddd6", "shasum": "" }, "require-dev": { "kahlan/kahlan": "dev-master" }, "type": "library", "autoload": { "psr-4": { "Buchin\\TermapiClient\\": "src/" }, "files": [ "functions/recent_terms.php", "functions/popular_terms.php", "functions/insert_term.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mochammad Masbuchin", "email": "buchin@dropsugar.com" } ], "description": "Client for Term API", "time": "2018-12-15T06:28:03+00:00" }, { "name": "j0k3r/php-readability", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/j0k3r/php-readability.git", "reference": "8ce16632383c7792c442d837e2b4bc4fa82ac756" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/8ce16632383c7792c442d837e2b4bc4fa82ac756", "reference": "8ce16632383c7792c442d837e2b4bc4fa82ac756", "shasum": "" }, "require": { "ext-mbstring": "*", "masterminds/html5": "^2.7", "php": ">=5.6.0", "psr/log": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", "monolog/monolog": "^1.24|^2.1", "symfony/phpunit-bridge": "^4.4|^5.3" }, "suggest": { "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure." }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Readability\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Jeremy Benoist", "email": "jeremy.benoist@gmail.com", "homepage": "http://www.j0k3r.net", "role": "Developer" }, { "name": "DitherSky", "homepage": "https://github.com/Dither", "role": "Developer (https://github.com/Dither/full-text-rss)" }, { "name": "Keyvan Minoukadeh", "email": "keyvan@keyvan.net", "homepage": "http://keyvan.net", "role": "Developer (ported original JS code to PHP)" }, { "name": "Arc90", "homepage": "http://arc90.com", "role": "Developer (original JS version)" } ], "description": "Automatic article extraction from HTML", "keywords": [ "article", "article extraction", "content", "content extraction", "extraction", "html" ], "support": { "issues": "https://github.com/j0k3r/php-readability/issues", "source": "https://github.com/j0k3r/php-readability/tree/1.2.8" }, "funding": [ { "url": "https://github.com/j0k3r", "type": "github" } ], "time": "2021-10-29T14:24:41+00:00" }, { "name": "league/plates", "version": "v3.x-dev", "source": { "type": "git", "url": "https://github.com/thephpleague/plates.git", "reference": "9a55e710574e38106bde23fa16489a2ef6eabf16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/plates/zipball/9a55e710574e38106bde23fa16489a2ef6eabf16", "reference": "9a55e710574e38106bde23fa16489a2ef6eabf16", "shasum": "" }, "require": { "php": "^7.0|^8.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.5" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "League\\Plates\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Reinink", "email": "jonathan@reinink.ca", "role": "Developer" }, { "name": "RJ Garcia", "email": "ragboyjr@icloud.com", "role": "Developer" } ], "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", "homepage": "https://platesphp.com", "keywords": [ "league", "package", "templates", "templating", "views" ], "support": { "issues": "https://github.com/thephpleague/plates/issues", "source": "https://github.com/thephpleague/plates/tree/v3" }, "time": "2021-07-28T23:59:37+00:00" }, { "name": "masterminds/html5", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", "shasum": "" }, "require": { "ext-ctype": "*", "ext-dom": "*", "ext-libxml": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Masterminds\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matt Butcher", "email": "technosophos@gmail.com" }, { "name": "Matt Farina", "email": "matt@mattfarina.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "description": "An HTML5 parser and serializer.", "homepage": "http://masterminds.github.io/html5-php", "keywords": [ "HTML5", "dom", "html", "parser", "querypath", "serializer", "xml" ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", "source": "https://github.com/Masterminds/html5-php/tree/2.7.5" }, "time": "2021-07-01T14:25:37+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "rappasoft/laravel-helpers", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/rappasoft/laravel-helpers.git", "reference": "f2454f75ea582cc7b25df06b6d8076657344a190" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rappasoft/laravel-helpers/zipball/f2454f75ea582cc7b25df06b6d8076657344a190", "reference": "f2454f75ea582cc7b25df06b6d8076657344a190", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Rappa", "email": "rappa819@gmail.com" } ], "description": "Laravel Helpers for Non-Laravel Projects", "keywords": [ "helpers", "laravel" ], "time": "2018-01-27T20:45:31+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "rappasoft/laravel-helpers": 20, "buchin/termapi-client": 20, "buchin/searchterm": 20, "league/plates": 20, "j0k3r/php-readability": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.1.0" }