{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "32b982ad5aeff8c3e5cff7b1e86733dc", "content-hash": "c44d15727fc11e06b25f9df6dfc8b2fd", "packages": [ { "name": "davechild/textstatistics", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/DaveChild/Text-Statistics.git", "reference": "6196462b4fe730a8ff0019036baf362295c161b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DaveChild/Text-Statistics/zipball/6196462b4fe730a8ff0019036baf362295c161b3", "reference": "6196462b4fe730a8ff0019036baf362295c161b3", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.2.*" }, "suggest": { "ext-bcmath": "More accurate floating point calculations.", "ext-mbstring": "Handle multi-byte text properly." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "DaveChild\\TextStatistics": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Dave Child", "email": "dave@addedbytes.com", "homepage": "https://www.addedbytes.com/", "role": "Developer" } ], "description": "PHP package to measure the readability of text according to various algorithms.", "homepage": "https://github.com/DaveChild/Text-Statistics", "time": "2015-04-22 14:55:55" }, { "name": "kdaviesnz/fleschkincaid", "version": "0.0.1", "source": { "type": "git", "url": "https://github.com/kdaviesnz/fleschkincaid.git", "reference": "77a6f3157049e4afe62a86d61b2b176ae245979b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kdaviesnz/fleschkincaid/zipball/77a6f3157049e4afe62a86d61b2b176ae245979b", "reference": "77a6f3157049e4afe62a86d61b2b176ae245979b", "shasum": "" }, "require": { "davechild/textstatistics": "1.0.1", "php": "~7.0" }, "require-dev": { "phpunit/phpunit": ">=5.4.3", "squizlabs/php_codesniffer": "^2.3" }, "type": "component", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "kdaviesnz\\canonicalsmiles\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": ":kdavies", "email": "kdaviesnz@gmail.com", "homepage": "https://github.com/kdaviesnz/fleschkincaid/", "role": "Developer" } ], "description": "Wrapper for davechild/textstatistics", "homepage": "https://github.com/kdaviesnz/fleschkincaid/", "keywords": [ "flesch kincaid", "text" ], "time": "2017-10-18 05:17:51" }, { "name": "kdaviesnz/readability", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/kdaviesnz/readability.git", "reference": "43f1f528d81d18845b0b289f1a59037121a92650" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kdaviesnz/readability/zipball/43f1f528d81d18845b0b289f1a59037121a92650", "reference": "43f1f528d81d18845b0b289f1a59037121a92650", "shasum": "" }, "require": { "davechild/textstatistics": "1.0.1", "php": "~7.0" }, "require-dev": { "phpunit/phpunit": ">=5.4.3", "squizlabs/php_codesniffer": "^2.3" }, "type": "component", "autoload": { "psr-4": { "kdaviesnz\\readability\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": ":kdavies", "email": "kdaviesnz@gmail.com", "homepage": "https://github.com/kdaviesnz/readability/", "role": "Developer" } ], "description": "Wrapper for davechild/textstatistics", "homepage": "https://github.com/kdaviesnz/readability/", "keywords": [ "readability", "text" ], "time": "2017-10-24 18:13:47" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "kdaviesnz/readability": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "~7.0" }, "platform-dev": [] }