aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-25 13:12:45 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-25 13:12:45 +0200
commit6a673b189366e33429dc56aaca68615f3d6c1629 (patch)
tree9d47a1136a8bf6581759f9efaf8b2ba7291290e4
parenta71c5d909a1b6931ae6803a33b2280b6361c30db (diff)
update laravel-json-api/neomerx-json-api to v5.0.3, fixes #5533
Closes #5533 Merge request studip/studip!4156
-rw-r--r--composer.json2
-rw-r--r--composer.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index d6ba80b..97a14fa 100644
--- a/composer.json
+++ b/composer.json
@@ -121,7 +121,7 @@
"vlucas/phpdotenv": "5.6.1",
"edu-sharing/auth-plugin": "8.0.x-dev",
"psr/cache": "3.0.0",
- "laravel-json-api/neomerx-json-api": "5.0.2",
+ "laravel-json-api/neomerx-json-api": "5.0.3",
"illuminate/collections": "v10.48.28",
"symfony/polyfill-php82": "1.31.0",
"symfony/polyfill-php83": "1.31.0",
diff --git a/composer.lock b/composer.lock
index 5884b7c..ad80cbb 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": "31680285dbf922700d79bfe2726fca52",
+ "content-hash": "ac08a501e4cdc52f80c7184c24942639",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -1391,16 +1391,16 @@
},
{
"name": "laravel-json-api/neomerx-json-api",
- "version": "v5.0.2",
+ "version": "v5.0.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-json-api/neomerx-json-api.git",
- "reference": "00841feae83ab95f4490c6f2086f02f298293381"
+ "reference": "836342be5eb4bcf6c3734c7f8e82c9ceec3be550"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel-json-api/neomerx-json-api/zipball/00841feae83ab95f4490c6f2086f02f298293381",
- "reference": "00841feae83ab95f4490c6f2086f02f298293381",
+ "url": "https://api.github.com/repos/laravel-json-api/neomerx-json-api/zipball/836342be5eb4bcf6c3734c7f8e82c9ceec3be550",
+ "reference": "836342be5eb4bcf6c3734c7f8e82c9ceec3be550",
"shasum": ""
},
"require": {
@@ -1455,9 +1455,9 @@
],
"support": {
"issues": "https://github.com/neomerx/json-api/issues",
- "source": "https://github.com/laravel-json-api/neomerx-json-api/tree/v5.0.2"
+ "source": "https://github.com/laravel-json-api/neomerx-json-api/tree/v5.0.3"
},
- "time": "2023-05-29T14:50:09+00:00"
+ "time": "2024-11-29T17:49:31+00:00"
},
{
"name": "laravel/serializable-closure",