Bumped API library.

This commit is contained in:
flash 2025-03-25 12:13:44 +00:00
parent f3b09364ee
commit 54980a07d7
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
3 changed files with 14 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{
"require": {
"flashwave/index": "^0.2503",
"flashii/apii": "^0.4",
"flashii/apii": "^0.5",
"ramsey/uuid": "^4.7",
"sentry/sdk": "^4.0",
"nesbot/carbon": "^3.8"

26
composer.lock generated
View file

@ -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": "d44aca0929111efbc72a8ad988f8d9ea",
"content-hash": "a7b4e80f9c3d062a1da19a5aa3c2e6f7",
"packages": [
{
"name": "brick/math",
@ -137,11 +137,11 @@
},
{
"name": "flashii/apii",
"version": "v0.4.0",
"version": "v0.5.1",
"source": {
"type": "git",
"url": "https://patchii.net/flashii/apii-php.git",
"reference": "d330e0792515dbae2832bd8e2ac761cc685175e9"
"reference": "69c0a1fa2780f4dda72e1eb4c50599abab9230f8"
},
"require": {
"guzzlehttp/guzzle": "~7.9",
@ -172,15 +172,15 @@
],
"description": "Client library for the Flashii.net API.",
"homepage": "https://api.flashii.net",
"time": "2025-03-20T17:05:52+00:00"
"time": "2025-03-25T11:42:32+00:00"
},
{
"name": "flashwave/index",
"version": "v0.2503.211818",
"version": "v0.2503.230355",
"source": {
"type": "git",
"url": "https://patchii.net/flash/index.git",
"reference": "8df1d32304eebab3f8d005634353c496679d5a87"
"reference": "2372a113d26380176994f64ab99c42aaf2e9d98e"
},
"require": {
"ext-mbstring": "*",
@ -229,7 +229,7 @@
],
"description": "Composer package for the common library for my projects.",
"homepage": "https://railgun.sh/index",
"time": "2025-03-21T18:19:04+00:00"
"time": "2025-03-23T03:45:47+00:00"
},
{
"name": "guzzlehttp/guzzle",
@ -1082,16 +1082,16 @@
},
{
"name": "ramsey/collection",
"version": "2.1.0",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109"
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109",
"reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109",
"url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
"shasum": ""
},
"require": {
@ -1152,9 +1152,9 @@
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/2.1.0"
"source": "https://github.com/ramsey/collection/tree/2.1.1"
},
"time": "2025-03-02T04:48:29+00:00"
"time": "2025-03-22T05:38:12+00:00"
},
{
"name": "ramsey/uuid",

View file

@ -52,7 +52,6 @@ class MinceContext {
} else {
$flashii = new FlashiiClient('Mince', new MisuzuCredentials($authToken), new FlashiiUrls(
$this->config->getString('apii:url', FlashiiUrls::PROD_URL),
$this->config->getString('apii:api', FlashiiUrls::PROD_API_URL)
));
try {