From 1096dfa2359b885f2367f7126c382e9ca907788d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:02:19 +0000 Subject: [PATCH] Bump deployer/deployer from 6.8.0 to 7.1.3 Bumps [deployer/deployer](https://github.com/deployphp/deployer) from 6.8.0 to 7.1.3. - [Release notes](https://github.com/deployphp/deployer/releases) - [Upgrade guide](https://github.com/deployphp/deployer/blob/master/docs/UPGRADE.md) - [Commits](https://github.com/deployphp/deployer/compare/v6.8.0...v7.1.3) --- updated-dependencies: - dependency-name: deployer/deployer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 156 +++----------------------------------------------- 2 files changed, 10 insertions(+), 148 deletions(-) diff --git a/composer.json b/composer.json index 73f6517343..d3629eb11c 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "behat/mink": "^1.8", "behat/mink-extension": "^2.3", "behat/symfony2-extension": "^2.1", - "deployer/deployer": "^6.7", + "deployer/deployer": "^7.1", "deployer/recipes": "^6.2", "dmore/behat-chrome-extension": "^1.3", "doctrine/doctrine-fixtures-bundle": "^3.3", diff --git a/composer.lock b/composer.lock index 566eebae4c..58fb4070be 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": "7c20405d89a1fc1883ae84eaee220e3c", + "content-hash": "6addb4857d29ca99e1c7bb19989eaef0", "packages": [ { "name": "beberlei/doctrineextensions", @@ -13215,42 +13215,22 @@ }, { "name": "deployer/deployer", - "version": "v6.8.0", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/deployphp/deployer.git", - "reference": "4e243a64ed61e779fbb31c5a74e258a8e52fdaff" + "reference": "9c9a8187413e191606efaffa393e96f625f1868e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/deployphp/deployer/zipball/4e243a64ed61e779fbb31c5a74e258a8e52fdaff", - "reference": "4e243a64ed61e779fbb31c5a74e258a8e52fdaff", + "url": "https://api.github.com/repos/deployphp/deployer/zipball/9c9a8187413e191606efaffa393e96f625f1868e", + "reference": "9c9a8187413e191606efaffa393e96f625f1868e", "shasum": "" }, - "require": { - "deployer/phar-update": "~2.2", - "php": "^7.2", - "pimple/pimple": "~3.0", - "symfony/console": "~2.7|~3.0|~4.0|~5.0", - "symfony/process": "~2.7|~3.0|~4.0|~5.0", - "symfony/yaml": "~2.7|~3.0|~4.0|~5.0" - }, - "require-dev": { - "phpunit/phpunit": "^8" - }, "bin": [ - "bin/dep" + "dep" ], "type": "library", - "autoload": { - "psr-4": { - "Deployer\\": "src/" - }, - "files": [ - "src/Support/helpers.php", - "src/functions.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -13270,76 +13250,11 @@ }, "funding": [ { - "url": "https://github.com/antonmedv", + "url": "https://github.com/sponsors/antonmedv", "type": "github" - }, - { - "url": "https://www.patreon.com/deployer", - "type": "patreon" } ], - "time": "2020-04-25T16:05:31+00:00" - }, - { - "name": "deployer/phar-update", - "version": "v2.2.0", - "source": { - "type": "git", - "url": "https://github.com/deployphp/phar-update.git", - "reference": "9ad07422f2cd43a1382ee8e134bdcd3a374848e3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/deployphp/phar-update/zipball/9ad07422f2cd43a1382ee8e134bdcd3a374848e3", - "reference": "9ad07422f2cd43a1382ee8e134bdcd3a374848e3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/console": "~2.7|~3.0|~4.0|~5.0" - }, - "require-dev": { - "mikey179/vfsstream": "1.1.0", - "phpunit/phpunit": "3.7.*", - "symfony/process": "~2.7|~3.0|~4.0|~5.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Deployer\\Component\\PharUpdate\\": "src/", - "Deployer\\Component\\PHPUnit\\": "src/PHPUnit/", - "Deployer\\Component\\Version\\": "src/Version/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kevin Herrera", - "email": "kevin@herrera.io", - "homepage": "http://kevin.herrera.io" - }, - { - "name": "Anton Medvedev", - "email": "anton@medv.io", - "homepage": "https://medv.io" - } - ], - "description": "Integrates Phar Update to Symfony Console.", - "homepage": "https://github.com/deployphp/phar-update", - "keywords": [ - "console", - "phar", - "update" - ], - "support": { - "issues": "https://github.com/deployphp/phar-update/issues", - "source": "https://github.com/deployphp/phar-update/tree/v2.2.0" - }, - "abandoned": true, - "time": "2019-12-12T13:45:57+00:00" + "time": "2023-01-18T18:00:30+00:00" }, { "name": "deployer/recipes", @@ -15268,59 +15183,6 @@ ], "time": "2021-01-17T07:42:25+00:00" }, - { - "name": "pimple/pimple", - "version": "v3.3.1", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Pimple.git", - "reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/21e45061c3429b1e06233475cc0e1f6fc774d5b0", - "reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "psr/container": "^1.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pimple": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Pimple, a simple Dependency Injection Container", - "homepage": "https://pimple.symfony.com", - "keywords": [ - "container", - "dependency injection" - ], - "support": { - "source": "https://github.com/silexphp/Pimple/tree/v3.3.1" - }, - "time": "2020-11-24T20:35:42+00:00" - }, { "name": "sebastian/cli-parser", "version": "1.0.1", @@ -17329,5 +17191,5 @@ "ext-posix": "7.4", "ext-zip": "1.15.4" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }