From 0eb84f5f76bf8549bfb64669f00dc5c07a7a2f1c Mon Sep 17 00:00:00 2001 From: AGuyNamedJens Date: Wed, 29 Mar 2023 00:09:04 +0200 Subject: [PATCH] Update packages & docker-compose.yml --- composer.json | 1 + composer.lock | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a4a1e64..4990a437 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "guzzlehttp/guzzle": "^7.5", "hidehalo/nanoid-php": "^1.1.12", "kkomelin/laravel-translatable-string-exporter": "^1.18", + "laminas/laminas-stdlib": "*", "laravel/framework": "^9.50.2", "laravel/tinker": "^2.8", "laravel/ui": "^3.4.6", diff --git a/composer.lock b/composer.lock index b46d1632..a87df4ec 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": "0d007fe2e018692a9ff3d50fcbebabc5", + "content-hash": "646788842a2f7faaefab3ab4df6a385e", "packages": [ { "name": "aws/aws-crt-php", @@ -1852,6 +1852,65 @@ }, "time": "2023-03-14T04:18:49+00:00" }, + { + "name": "laminas/laminas-stdlib", + "version": "3.17.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-stdlib.git", + "reference": "dd35c868075bad80b6718959740913e178eb4274" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/dd35c868075bad80b6718959740913e178eb4274", + "reference": "dd35c868075bad80b6718959740913e178eb4274", + "shasum": "" + }, + "require": { + "php": "~8.1.0 || ~8.2.0" + }, + "conflict": { + "zendframework/zend-stdlib": "*" + }, + "require-dev": { + "laminas/laminas-coding-standard": "^2.5", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.0.16", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Laminas\\Stdlib\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "SPL extensions, array utilities, error handlers, and more", + "homepage": "https://laminas.dev", + "keywords": [ + "laminas", + "stdlib" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-stdlib/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-stdlib/issues", + "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", + "source": "https://github.com/laminas/laminas-stdlib" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2023-03-20T13:51:37+00:00" + }, { "name": "laravel/framework", "version": "v9.52.5",