From 4a5a002dc1bfef8a10effe428f2da51d12f096b3 Mon Sep 17 00:00:00 2001 From: AGuyNamedJens Date: Wed, 29 Mar 2023 01:44:39 +0200 Subject: [PATCH] This package isn't supposed to be pushed with the patch --- composer.json | 1 - composer.lock | 61 +-------------------------------------------------- 2 files changed, 1 insertion(+), 61 deletions(-) diff --git a/composer.json b/composer.json index 4990a437..7a4a1e64 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ "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 a87df4ec..b46d1632 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": "646788842a2f7faaefab3ab4df6a385e", + "content-hash": "0d007fe2e018692a9ff3d50fcbebabc5", "packages": [ { "name": "aws/aws-crt-php", @@ -1852,65 +1852,6 @@ }, "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",