diff --git a/composer.json b/composer.json index 143b5326eafc8891943f7db49efb9d11bd92561c..8ec6778ed794023c3b433aa4ba795d14b3f07f4e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ "require": { "php": "^8.1", "guzzlehttp/psr7": "2.6.2", - "neomerx/json-api": "4.0.1", "spomky-labs/otphp": "11.2.2", "tuupola/cors-middleware": "^1.2.1", "tecnickcom/tcpdf": "6.7.5", @@ -61,7 +60,8 @@ "okvpn/clock-lts": "^1.0", "vlucas/phpdotenv": "^5.6", "edu-sharing/auth-plugin": "8.0.x-dev", - "psr/cache": "3.0.0" + "psr/cache": "3.0.0", + "laravel-json-api/neomerx-json-api": "5.0.2" }, "replace": { "symfony/polyfill-php73": "*", diff --git a/composer.lock b/composer.lock index c2d073c3ce82d649c1b2df13f3ac1361e1650db5..f2e656db651a26a13a3e8fc29307c3996a643fce 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "ce45f97b00f8fa90b09d0b907b3a4f53", + "content-hash": "7b19d8591a65485c94fb1794c93eef90", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -739,6 +739,76 @@ }, "time": "2022-11-12T10:09:40+00:00" }, + { + "name": "laravel-json-api/neomerx-json-api", + "version": "v5.0.2", + "source": { + "type": "git", + "url": "https://github.com/laravel-json-api/neomerx-json-api.git", + "reference": "00841feae83ab95f4490c6f2086f02f298293381" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-json-api/neomerx-json-api/zipball/00841feae83ab95f4490c6f2086f02f298293381", + "reference": "00841feae83ab95f4490c6f2086f02f298293381", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.4|^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.17", + "mockery/mockery": "^1.4.4", + "phpmd/phpmd": "^2.11.1", + "phpunit/phpunit": "^9.5.10", + "scrutinizer/ocular": "^1.8", + "squizlabs/php_codesniffer": "^3.6.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "5.x-dev" + } + }, + "autoload": { + "files": [ + "src/I18n/format.php" + ], + "psr-4": { + "Neomerx\\JsonApi\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "neomerx", + "email": "info@neomerx.com" + }, + { + "name": "Christopher Gammie", + "email": "contact@gammie.co.uk" + } + ], + "description": "Framework agnostic JSON API (jsonapi.org) implementation", + "homepage": "https://github.com/neomerx/json-api", + "keywords": [ + "JSON-API", + "api", + "json", + "jsonapi", + "jsonapi.org", + "neomerx" + ], + "support": { + "issues": "https://github.com/neomerx/json-api/issues", + "source": "https://github.com/laravel-json-api/neomerx-json-api/tree/v5.0.2" + }, + "time": "2023-05-29T14:50:09+00:00" + }, { "name": "laravel/serializable-closure", "version": "v1.3.3", @@ -1593,66 +1663,6 @@ }, "time": "2019-02-14T10:35:50+00:00" }, - { - "name": "neomerx/json-api", - "version": "v4.0.1", - "source": { - "type": "git", - "url": "https://github.com/neomerx/json-api.git", - "reference": "0e45254a4574a3118e0ed663312b43aca23b89c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/neomerx/json-api/zipball/0e45254a4574a3118e0ed663312b43aca23b89c7", - "reference": "0e45254a4574a3118e0ed663312b43aca23b89c7", - "shasum": "" - }, - "require": { - "php": ">=7.1.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.14", - "mockery/mockery": "^1.0", - "phpmd/phpmd": "^2.6", - "phpunit/phpunit": "^7.0", - "scrutinizer/ocular": "^1.4", - "squizlabs/php_codesniffer": "^2.9" - }, - "type": "library", - "autoload": { - "files": [ - "src/I18n/format.php" - ], - "psr-4": { - "Neomerx\\JsonApi\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "neomerx", - "email": "info@neomerx.com" - } - ], - "description": "Framework agnostic JSON API (jsonapi.org) implementation", - "homepage": "https://github.com/neomerx/json-api", - "keywords": [ - "JSON-API", - "api", - "json", - "jsonapi", - "jsonapi.org", - "neomerx" - ], - "support": { - "issues": "https://github.com/neomerx/json-api/issues", - "source": "https://github.com/neomerx/json-api/tree/develop" - }, - "time": "2020-03-03T05:56:54+00:00" - }, { "name": "nikic/fast-route", "version": "v1.3.0",