Add (jsonld)

This commit is contained in:
2023-09-26 00:09:51 +08:00
parent 2c12b8857d
commit 8da977daeb
23 changed files with 238 additions and 85 deletions

57
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": "ac19e61afee15da0e8592f2bfb9acf73",
"content-hash": "fb76a666f8ab1204f862fedada072f42",
"packages": [
{
"name": "artesaos/seotools",
@@ -7352,6 +7352,61 @@
},
"time": "2023-01-03T09:29:04+00:00"
},
{
"name": "torann/json-ld",
"version": "0.0.19",
"source": {
"type": "git",
"url": "https://github.com/Torann/json-ld.git",
"reference": "45738178c8eeea28a30925826537e87c3020de5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Torann/json-ld/zipball/45738178c8eeea28a30925826537e87c3020de5a",
"reference": "45738178c8eeea28a30925826537e87c3020de5a",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "~5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"autoload": {
"psr-4": {
"JsonLd\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Daniel Stainback",
"email": "torann@gmail.com"
}
],
"description": "Extremely simple JSON-LD markup generator.",
"keywords": [
"JSON-LD",
"generator",
"schema",
"structured-data"
],
"support": {
"issues": "https://github.com/Torann/json-ld/issues",
"source": "https://github.com/Torann/json-ld/tree/0.0.19"
},
"time": "2020-03-10T17:25:19+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.5.0",