get json-ld from other source

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/304/head
Maxence Lange 2019-01-04 09:41:57 -01:00
rodzic 721a060b48
commit 23ea6b663d
2 zmienionych plików z 23 dodań i 19 usunięć

Wyświetl plik

@ -11,9 +11,15 @@
], ],
"require": { "require": {
"daita/my-small-php-tools": "dev-master", "daita/my-small-php-tools": "dev-master",
"digitalbazaar/json-ld": "0.4.7" "friendica/json-ld": "^1.0"
}, },
"require-dev": { "require-dev": {
"jakub-onderka/php-parallel-lint": "^1.0" "jakub-onderka/php-parallel-lint": "^1.0"
} },
"repositories": [
{
"type": "vcs",
"url": "https://git.friendi.ca/friendica/php-json-ld"
}
]
} }

32
composer.lock wygenerowano
Wyświetl plik

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2c21b8c338f3d2f929f349df19edbc0e", "content-hash": "1fa362334ed7efc57377a715b00b640d",
"packages": [ "packages": [
{ {
"name": "daita/my-small-php-tools", "name": "daita/my-small-php-tools",
@ -43,22 +43,16 @@
"time": "2018-12-27T11:14:55+00:00" "time": "2018-12-27T11:14:55+00:00"
}, },
{ {
"name": "digitalbazaar/json-ld", "name": "friendica/json-ld",
"version": "0.4.7", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/digitalbazaar/php-json-ld.git", "url": "https://git.friendi.ca/friendica/php-json-ld",
"reference": "dc1bd23f0ee2efd27ccf636d32d2738dabcee182" "reference": "ca3916d10d2ad9073b3b1eae383978dbe828e1e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/digitalbazaar/php-json-ld/zipball/dc1bd23f0ee2efd27ccf636d32d2738dabcee182",
"reference": "dc1bd23f0ee2efd27ccf636d32d2738dabcee182",
"shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": ">=5.3.0" "php": ">=5.4.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -66,27 +60,31 @@
"jsonld.php" "jsonld.php"
] ]
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{ {
"name": "Digital Bazaar, Inc.", "name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com" "email": "support@digitalbazaar.com",
"homepage": "http://digitalbazaar.com/"
},
{
"name": "Friendica Team",
"homepage": "https://friendi.ca/"
} }
], ],
"description": "A JSON-LD Processor and API implementation in PHP.", "description": "A JSON-LD Processor and API implementation in PHP.",
"homepage": "https://github.com/digitalbazaar/php-json-ld", "homepage": "https://git.friendi.ca/friendica/php-json-ld",
"keywords": [ "keywords": [
"JSON",
"JSON-LD", "JSON-LD",
"Linked Data", "Linked Data",
"RDF", "RDF",
"Semantic Web", "Semantic Web",
"json",
"jsonld" "jsonld"
], ],
"time": "2016-04-25T04:17:52+00:00" "time": "2018-10-08T20:41:00+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [