From 38ba20861aabc01cba43df646aa2d0620e89c8c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 13:25:15 +0000 Subject: [PATCH 1/5] Bump vlucas/phpdotenv from 4.1.2 to 4.1.3 Bumps [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/vlucas/phpdotenv/releases) - [Commits](https://github.com/vlucas/phpdotenv/compare/v4.1.2...v4.1.3) Signed-off-by: dependabot-preview[bot] --- composer.lock | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/composer.lock b/composer.lock index 081cf32..dd40646 100644 --- a/composer.lock +++ b/composer.lock @@ -3719,20 +3719,20 @@ }, { "name": "phpoption/phpoption", - "version": "1.7.2", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959" + "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959", - "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae", + "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0" + "php": "^5.5.9 || ^7.0 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3", @@ -3770,7 +3770,7 @@ "php", "type" ], - "time": "2019-12-15T19:35:24+00:00" + "time": "2020-03-21T18:07:53+00:00" }, { "name": "psr/container", @@ -4973,16 +4973,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38" + "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", - "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", + "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", "shasum": "" }, "require": { @@ -4994,7 +4994,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -5027,7 +5027,7 @@ "polyfill", "portable" ], - "time": "2020-01-13T11:15:53+00:00" + "time": "2020-02-27T09:26:54+00:00" }, { "name": "symfony/polyfill-iconv", @@ -6107,16 +6107,16 @@ }, { "name": "vlucas/phpdotenv", - "version": "v4.1.2", + "version": "v4.1.3", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39" + "reference": "88f7acc95150bca002a498899f8b52f318e444c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/939dfda2d7267ac8fc53ac3d642b5de357554c39", - "reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/88f7acc95150bca002a498899f8b52f318e444c2", + "reference": "88f7acc95150bca002a498899f8b52f318e444c2", "shasum": "" }, "require": { @@ -6127,10 +6127,12 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.3", "ext-filter": "*", + "ext-pcre": "*", "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { - "ext-filter": "Required to use the boolean validator." + "ext-filter": "Required to use the boolean validator.", + "ext-pcre": "Required to use most of the library." }, "type": "library", "extra": { @@ -6165,7 +6167,7 @@ "env", "environment" ], - "time": "2020-03-12T13:44:15+00:00" + "time": "2020-03-27T23:37:15+00:00" }, { "name": "webflo/drupal-finder", From ae192c211f31cba5b916f92f770423b045d5c646 Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Mon, 30 Mar 2020 09:29:31 -0400 Subject: [PATCH 2/5] Update .lando.base.yml --- .lando.base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lando.base.yml b/.lando.base.yml index 29ef1cc..24764d2 100644 --- a/.lando.base.yml +++ b/.lando.base.yml @@ -25,7 +25,7 @@ config: webroot: web # Set this to match the version in your .platform.app.yaml. - php: 7.2 + php: 7.3 # Lando defaults to the latest MySQL release, but Platform.sh uses MariaDB. # Specify the version to match what's in services.yaml. From 1cef87063304b6257241ee502ccca6fbb59a69da Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Mon, 30 Mar 2020 09:29:51 -0400 Subject: [PATCH 3/5] Update .platform.app.yaml --- .platform.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index c6d382d..dce491b 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -7,7 +7,7 @@ name: 'app' # The runtime the application uses. -type: 'php:7.2' +type: 'php:7.3' # The relationships of the application with services or other applications. # From fce3ce5bfeca246b3696fc69d40d64e3337023c7 Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Mon, 30 Mar 2020 09:32:37 -0400 Subject: [PATCH 4/5] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa8db23..9165807 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: # Install Hyperdrive - sudo apt-get -y update - sudo apt-get -y install cgroup-bin curl - - sudo bash -c "curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.5.4/hyperdrive > /usr/local/bin/hyperdrive" + - sudo bash -c "curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.1/hyperdrive > /usr/local/bin/hyperdrive" - sudo chmod +x /usr/local/bin/hyperdrive script: From 1ecf98eb53b51656cc518646a2903f10fa2983d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 13:38:14 +0000 Subject: [PATCH 5/5] Bump dealerdirect/phpcodesniffer-composer-installer from 0.5.0 to 0.6.2 Bumps [dealerdirect/phpcodesniffer-composer-installer](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) from 0.5.0 to 0.6.2. - [Release notes](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases) - [Commits](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/compare/v0.5.0...v0.6.2) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 79e079a..ad38fff 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": ">=5.6", "composer/installers": "^1.2", "cweagans/composer-patches": "^1.6.5", - "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2", "drupal/console": "^1.0.2", "drupal/core": "^8.8.0", "drupal/core-composer-scaffold": "^8.8.0", diff --git a/composer.lock b/composer.lock index dd40646..7e05360 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": "2ff51440ce6af61c1b4f8a84155c807b", + "content-hash": "97bfb5232a2f7df22698be519f5c6be3", "packages": [ { "name": "alchemy/zippy", @@ -1164,16 +1164,16 @@ }, { "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v0.5.0", + "version": "v0.6.2", "source": { "type": "git", "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", - "reference": "e749410375ff6fb7a040a68878c656c2e610b132" + "reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132", - "reference": "e749410375ff6fb7a040a68878c656c2e610b132", + "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/8001af8eb107fbfcedc31a8b51e20b07d85b457a", + "reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a", "shasum": "" }, "require": { @@ -1226,7 +1226,7 @@ "stylecheck", "tests" ], - "time": "2018-10-26T13:21:45+00:00" + "time": "2020-01-29T20:22:20+00:00" }, { "name": "dflydev/dot-access-configuration",