1
0

downgrade to kirby v3

This commit is contained in:
Philip Wagner
2024-09-01 10:47:15 +02:00
parent a4b2aece7b
commit af86acb7a1
1085 changed files with 54743 additions and 65042 deletions

30
vendor/ml/json-ld/composer.json vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "ml/json-ld",
"type": "library",
"description": "JSON-LD Processor for PHP",
"keywords": [ "JSON-LD", "jsonld" ],
"homepage": "http://www.markus-lanthaler.com",
"license": "MIT",
"authors": [
{
"name": "Markus Lanthaler",
"email": "mail@markus-lanthaler.com",
"homepage": "http://www.markus-lanthaler.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"ext-json": "*",
"ml/iri": "^1.1.1"
},
"require-dev": {
"json-ld/tests": "1.0",
"phpunit/phpunit": "^4"
},
"autoload": {
"psr-4": {
"ML\\JsonLD\\": ""
}
}
}