aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-24 10:18:31 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-24 10:18:31 +0000
commite82be6c8a2c29fb5c432bd28185a7a366c2771d9 (patch)
treeafc18b1c957202918cb804c7e75d4c17abb33c50
parentc25ceca96c47524fb1a78c3f52cb07136a8f875a (diff)
replace neomerx/json-api 4.0.1 with laravel-json-api/neomerx-json-api 5.0.2, fixes #4212
Closes #4212 Merge request studip/studip!3041
-rw-r--r--composer.json4
-rw-r--r--composer.lock132
2 files changed, 73 insertions, 63 deletions
diff --git a/composer.json b/composer.json
index 143b532..8ec6778 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 c2d073c..f2e656d 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",
@@ -740,6 +740,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",
"source": {
@@ -1594,66 +1664,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",
"source": {