From aec86ad237184ca5b85cdde3a29a6526be622a2b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 13 Jan 2022 20:18:33 +0000 Subject: [PATCH] build(deps): add Collections --- composer.json | 1 + composer.lock | 186 +++++++++++++++++++++++++++++++++++++++++++++++++- symfony.lock | 12 ++++ 3 files changed, 198 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bbcafb8..b42f8f3 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "php": "^7.2.5", "ext-ctype": "*", "ext-iconv": "*", + "illuminate/collections": "^8.79", "symfony/cache": "5.0.*", "symfony/console": "5.0.*", "symfony/dotenv": "5.0.*", diff --git a/composer.lock b/composer.lock index 84d06a9..6e3ce19 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,144 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3f732c55d98d892cf66a1ec07a326884", + "content-hash": "26de4f5e139e29ab9d3d46f19c4efef9", "packages": [ + { + "name": "illuminate/collections", + "version": "v8.79.0", + "source": { + "type": "git", + "url": "https://github.com/illuminate/collections.git", + "reference": "cfa88a486e04c3531d997b5f6e0a95cc148a5cd5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/collections/zipball/cfa88a486e04c3531d997b5f6e0a95cc148a5cd5", + "reference": "cfa88a486e04c3531d997b5f6e0a95cc148a5cd5", + "shasum": "" + }, + "require": { + "illuminate/contracts": "^8.0", + "illuminate/macroable": "^8.0", + "php": "^7.3|^8.0" + }, + "suggest": { + "symfony/var-dumper": "Required to use the dump method (^5.4)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.x-dev" + } + }, + "autoload": { + "psr-4": { + "Illuminate\\Support\\": "" + }, + "files": [ + "helpers.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Collections package.", + "homepage": "https://laravel.com", + "time": "2022-01-07T15:10:06+00:00" + }, + { + "name": "illuminate/contracts", + "version": "v8.79.0", + "source": { + "type": "git", + "url": "https://github.com/illuminate/contracts.git", + "reference": "9baa9f781071e67d7b171775bd3be7ead13ddd29" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/9baa9f781071e67d7b171775bd3be7ead13ddd29", + "reference": "9baa9f781071e67d7b171775bd3be7ead13ddd29", + "shasum": "" + }, + "require": { + "php": "^7.3|^8.0", + "psr/container": "^1.0", + "psr/simple-cache": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.x-dev" + } + }, + "autoload": { + "psr-4": { + "Illuminate\\Contracts\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Contracts package.", + "homepage": "https://laravel.com", + "time": "2021-12-14T14:40:44+00:00" + }, + { + "name": "illuminate/macroable", + "version": "v8.79.0", + "source": { + "type": "git", + "url": "https://github.com/illuminate/macroable.git", + "reference": "aed81891a6e046fdee72edd497f822190f61c162" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162", + "reference": "aed81891a6e046fdee72edd497f822190f61c162", + "shasum": "" + }, + "require": { + "php": "^7.3|^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.x-dev" + } + }, + "autoload": { + "psr-4": { + "Illuminate\\Support\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Macroable package.", + "homepage": "https://laravel.com", + "time": "2021-11-16T13:57:03+00:00" + }, { "name": "psr/cache", "version": "1.0.1", @@ -193,6 +329,54 @@ ], "time": "2021-05-03T11:20:27+00:00" }, + { + "name": "psr/simple-cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "time": "2017-10-23T01:57:42+00:00" + }, { "name": "symfony/cache", "version": "v5.0.11", diff --git a/symfony.lock b/symfony.lock index 87d5208..8ec85a6 100644 --- a/symfony.lock +++ b/symfony.lock @@ -8,6 +8,15 @@ "doctrine/instantiator": { "version": "1.4.0" }, + "illuminate/collections": { + "version": "v8.79.0" + }, + "illuminate/contracts": { + "version": "v8.79.0" + }, + "illuminate/macroable": { + "version": "v8.79.0" + }, "myclabs/deep-copy": { "version": "1.10.2" }, @@ -76,6 +85,9 @@ "psr/log": { "version": "1.1.3" }, + "psr/simple-cache": { + "version": "1.0.1" + }, "sebastian/cli-parser": { "version": "1.0.1" },