From 0931c51ee76c206e7e86617c32c4b0eee5452356 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Fri, 18 Feb 2022 22:16:13 -0800 Subject: [PATCH] Update dependencies --- composer.json | 6 +++--- composer.lock | 55 +++++++++++++++++++++++++++------------------------ 2 files changed, 32 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index b911583137..a198bb2f56 100644 --- a/composer.json +++ b/composer.json @@ -37,11 +37,11 @@ "consolidation/annotated-command": "^4.5", "consolidation/config": "^2", "consolidation/filter-via-dot-access-data": "^2", - "consolidation/robo": "^3", + "consolidation/robo": "^3.0.9", "consolidation/site-alias": "^3.1.3", - "consolidation/site-process": "^4.1.3", + "consolidation/site-process": "^4.1.3 || ^5", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "league/container": "^3.4", + "league/container": "^3.4 || ^4", "psr/log": "~1.0", "psy/psysh": "~0.11", "symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0", diff --git a/composer.lock b/composer.lock index 0a84ed84aa..bd498132f5 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": "a2d45a2e4cd072340b9aec6fe97386ee", + "content-hash": "b06e81c98217e3d47c958136a69c1a16", "packages": [ { "name": "chi-teck/drupal-code-generator", @@ -429,16 +429,16 @@ }, { "name": "consolidation/robo", - "version": "3.0.8", + "version": "3.0.9", "source": { "type": "git", "url": "https://github.com/consolidation/robo.git", - "reference": "a6b567570c0f86d5f82e1e638d3c384817c66551" + "reference": "33b2649c3ba4b3bf5e3fb77098c3241eda117338" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/robo/zipball/a6b567570c0f86d5f82e1e638d3c384817c66551", - "reference": "a6b567570c0f86d5f82e1e638d3c384817c66551", + "url": "https://api.github.com/repos/consolidation/robo/zipball/33b2649c3ba4b3bf5e3fb77098c3241eda117338", + "reference": "33b2649c3ba4b3bf5e3fb77098c3241eda117338", "shasum": "" }, "require": { @@ -522,9 +522,9 @@ "description": "Modern task runner", "support": { "issues": "https://github.com/consolidation/robo/issues", - "source": "https://github.com/consolidation/robo/tree/3.0.8" + "source": "https://github.com/consolidation/robo/tree/3.0.9" }, - "time": "2022-02-15T17:58:50+00:00" + "time": "2022-02-15T17:59:14+00:00" }, { "name": "consolidation/self-update", @@ -641,16 +641,16 @@ }, { "name": "consolidation/site-process", - "version": "4.1.3", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "ca41dc82b280bccdf1b231d5599c7d506fba5c04" + "reference": "9ef08d471573d6a56405b06ef6830dd70c883072" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/ca41dc82b280bccdf1b231d5599c7d506fba5c04", - "reference": "ca41dc82b280bccdf1b231d5599c7d506fba5c04", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/9ef08d471573d6a56405b06ef6830dd70c883072", + "reference": "9ef08d471573d6a56405b06ef6830dd70c883072", "shasum": "" }, "require": { @@ -693,9 +693,9 @@ "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.", "support": { "issues": "https://github.com/consolidation/site-process/issues", - "source": "https://github.com/consolidation/site-process/tree/4.1.3" + "source": "https://github.com/consolidation/site-process/tree/4.2.0" }, - "time": "2022-01-18T23:04:54+00:00" + "time": "2022-02-19T04:09:55+00:00" }, { "name": "dflydev/dot-access-data", @@ -1091,21 +1091,21 @@ }, { "name": "league/container", - "version": "3.4.1", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "84ecbc2dbecc31bd23faf759a0e329ee49abddbd" + "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/84ecbc2dbecc31bd23faf759a0e329ee49abddbd", - "reference": "84ecbc2dbecc31bd23faf759a0e329ee49abddbd", + "url": "https://api.github.com/repos/thephpleague/container/zipball/375d13cb828649599ef5d48a339c4af7a26cd0ab", + "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0", - "psr/container": "^1.0.0" + "php": "^7.2 || ^8.0", + "psr/container": "^1.1 || ^2.0" }, "provide": { "psr/container-implementation": "^1.0" @@ -1114,15 +1114,19 @@ "orno/di": "~2.0" }, "require-dev": { - "phpunit/phpunit": "^6.0 || ^7.0", + "nette/php-generator": "^3.4", + "nikic/php-parser": "^4.10", + "phpstan/phpstan": "^0.12.47", + "phpunit/phpunit": "^8.5.17", "roave/security-advisories": "dev-latest", "scrutinizer/ocular": "^1.8", - "squizlabs/php_codesniffer": "^3.5" + "squizlabs/php_codesniffer": "^3.6" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev", + "dev-master": "4.x-dev", + "dev-4.x": "4.x-dev", "dev-3.x": "3.x-dev", "dev-2.x": "2.x-dev", "dev-1.x": "1.x-dev" @@ -1140,8 +1144,7 @@ "authors": [ { "name": "Phil Bennett", - "email": "philipobenito@gmail.com", - "homepage": "http://www.philipobenito.com", + "email": "mail@philbennett.co.uk", "role": "Developer" } ], @@ -1158,7 +1161,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/3.4.1" + "source": "https://github.com/thephpleague/container/tree/4.2.0" }, "funding": [ { @@ -1166,7 +1169,7 @@ "type": "github" } ], - "time": "2021-07-09T08:23:52+00:00" + "time": "2021-11-16T10:29:06+00:00" }, { "name": "nikic/php-parser",