Read time to article resource

This commit is contained in:
2020-08-09 02:10:14 +05:00
parent a254315c77
commit d461084d1c
15 changed files with 186 additions and 4 deletions

63
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "236d8e4a460be1e94f70ff505339e87c",
"content-hash": "8015ef38fcd1634dba0af7dfd8d3c8f6",
"packages": [
{
"name": "asm89/stack-cors",
@@ -1213,6 +1213,67 @@
],
"time": "2020-07-23T08:41:23+00:00"
},
{
"name": "mtownsend/read-time",
"version": "1.1.01",
"source": {
"type": "git",
"url": "https://github.com/mtownsend5512/read-time.git",
"reference": "0cffc92e12d4ca96eea48ee6b38db22d76a917ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mtownsend5512/read-time/zipball/0cffc92e12d4ca96eea48ee6b38db22d76a917ab",
"reference": "0cffc92e12d4ca96eea48ee6b38db22d76a917ab",
"shasum": ""
},
"require": {
"php": "~7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Mtownsend\\ReadTime\\Providers\\ReadTimeServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Mtownsend\\ReadTime\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Townsend",
"email": "mtownsend5512@gmail.com",
"role": "Developer"
}
],
"description": "A PHP package to show users how long it takes to read content.",
"keywords": [
"Minutes",
"article",
"blog",
"content",
"medium",
"min",
"read",
"reading",
"time"
],
"time": "2019-01-24T21:27:16+00:00"
},
{
"name": "nesbot/carbon",
"version": "2.38.0",