From 23ea6b663d9bed8b82af85839f8d62c9c740ff72 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Fri, 4 Jan 2019 09:41:57 -0100 Subject: [PATCH] get json-ld from other source Signed-off-by: Maxence Lange --- composer.json | 10 ++++++++-- composer.lock | 32 +++++++++++++++----------------- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index e0b5708d..2ce16107 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,15 @@ ], "require": { "daita/my-small-php-tools": "dev-master", - "digitalbazaar/json-ld": "0.4.7" + "friendica/json-ld": "^1.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^1.0" - } + }, + "repositories": [ + { + "type": "vcs", + "url": "https://git.friendi.ca/friendica/php-json-ld" + } + ] } diff --git a/composer.lock b/composer.lock index cbc4c3a8..39503f78 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "2c21b8c338f3d2f929f349df19edbc0e", + "content-hash": "1fa362334ed7efc57377a715b00b640d", "packages": [ { "name": "daita/my-small-php-tools", @@ -43,22 +43,16 @@ "time": "2018-12-27T11:14:55+00:00" }, { - "name": "digitalbazaar/json-ld", - "version": "0.4.7", + "name": "friendica/json-ld", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/digitalbazaar/php-json-ld.git", - "reference": "dc1bd23f0ee2efd27ccf636d32d2738dabcee182" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/digitalbazaar/php-json-ld/zipball/dc1bd23f0ee2efd27ccf636d32d2738dabcee182", - "reference": "dc1bd23f0ee2efd27ccf636d32d2738dabcee182", - "shasum": "" + "url": "https://git.friendi.ca/friendica/php-json-ld", + "reference": "ca3916d10d2ad9073b3b1eae383978dbe828e1e1" }, "require": { "ext-json": "*", - "php": ">=5.3.0" + "php": ">=5.4.0" }, "type": "library", "autoload": { @@ -66,27 +60,31 @@ "jsonld.php" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "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.", - "homepage": "https://github.com/digitalbazaar/php-json-ld", + "homepage": "https://git.friendi.ca/friendica/php-json-ld", "keywords": [ + "JSON", "JSON-LD", "Linked Data", "RDF", "Semantic Web", - "json", "jsonld" ], - "time": "2016-04-25T04:17:52+00:00" + "time": "2018-10-08T20:41:00+00:00" } ], "packages-dev": [