From f6642ecb0f1da6ceb26822ace14bc2121a559fd8 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 8 May 2022 19:23:24 +0900 Subject: [PATCH] dep: add php-ds --- composer.json | 3 ++- composer.lock | 59 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 59 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9419bcea..8ff11714 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "nette/caching": "^3.0", "illuminate/database": "^8.61", "illuminate/events": "^8.61", - "spatie/data-transfer-object": "^3.7" + "spatie/data-transfer-object": "^3.7", + "php-ds/php-ds": "^1.4" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 6a1e603a..793a5ada 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": "2b7ec5f1a1a908310f3d032f294eacec", + "content-hash": "f6d3cb0b69eab1f1cced3ae3877b7e59", "packages": [ { "name": "brandonwamboldt/utilphp", @@ -2024,6 +2024,61 @@ }, "time": "2021-09-15T00:08:40+00:00" }, + { + "name": "php-ds/php-ds", + "version": "v1.4.1", + "source": { + "type": "git", + "url": "https://github.com/php-ds/polyfill.git", + "reference": "43d2df301a9e2017f67b8c11d94a5222f9c00fd1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-ds/polyfill/zipball/43d2df301a9e2017f67b8c11d94a5222f9c00fd1", + "reference": "43d2df301a9e2017f67b8c11d94a5222f9c00fd1", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=7.0" + }, + "provide": { + "ext-ds": "1.3.0" + }, + "require-dev": { + "php-ds/tests": "^1.3" + }, + "suggest": { + "ext-ds": "to improve performance and reduce memory usage" + }, + "type": "library", + "autoload": { + "psr-4": { + "Ds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rudi Theunissen", + "email": "rudolf.theunissen@gmail.com" + } + ], + "keywords": [ + "data structures", + "ds", + "php", + "polyfill" + ], + "support": { + "issues": "https://github.com/php-ds/polyfill/issues", + "source": "https://github.com/php-ds/polyfill/tree/v1.4.1" + }, + "time": "2022-03-09T20:39:30+00:00" + }, { "name": "php-extended/php-system", "version": "1.4.0", @@ -6036,5 +6091,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.2.0" }