From b80a9dec509d360668af6cc99156f2f37e393797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:48:20 +0000 Subject: [PATCH] Bump ulrichsg/getopt-php from 3.4.0 to 4.0.0 in /server Bumps [ulrichsg/getopt-php](https://github.com/getopt-php/getopt-php) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/getopt-php/getopt-php/releases) - [Changelog](https://github.com/getopt-php/getopt-php/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/getopt-php/getopt-php/blob/master/docs/upgrade.md) - [Commits](https://github.com/getopt-php/getopt-php/compare/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: ulrichsg/getopt-php dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/composer.json | 2 +- server/composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/server/composer.json b/server/composer.json index 3d424cb..5365ebc 100644 --- a/server/composer.json +++ b/server/composer.json @@ -17,7 +17,7 @@ "require": { "twig/twig": "^3.3.2", "delight-im/auth": "^8.3.0", - "ulrichsg/getopt-php": "^3.4.0", + "ulrichsg/getopt-php": "^4.0.0", "nikic/fast-route": "^2.0@dev", "spatie/array-to-xml": "^2.16", "ezyang/htmlpurifier": "^4.13", diff --git a/server/composer.lock b/server/composer.lock index 499c895..60cfca9 100644 --- a/server/composer.lock +++ b/server/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": "5f55194177a557ae099185aac0b768b0", + "content-hash": "59860fb9670cb14ad7cb16388224ad11", "packages": [ { "name": "azuyalabs/yasumi", @@ -2910,25 +2910,25 @@ }, { "name": "ulrichsg/getopt-php", - "version": "v3.4.0", + "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/getopt-php/getopt-php.git", - "reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075" + "reference": "073e809a5a4811b0caec43a2151b0e8ccbe29e4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/9121d7c2c51a6a59ee407c49a13b4d8cfae71075", - "reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075", + "url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/073e809a5a4811b0caec43a2151b0e8ccbe29e4b", + "reference": "073e809a5a4811b0caec43a2151b0e8ccbe29e4b", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=5.4.0" + "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "squizlabs/php_codesniffer": "^2.7" + "phpunit/phpunit": "^7.5.20", + "squizlabs/php_codesniffer": "^3.5.8" }, "type": "library", "autoload": { @@ -2954,9 +2954,9 @@ "homepage": "http://getopt-php.github.io/getopt-php", "support": { "issues": "https://github.com/getopt-php/getopt-php/issues", - "source": "https://github.com/getopt-php/getopt-php/tree/v3.4.0" + "source": "https://github.com/getopt-php/getopt-php/tree/v4.0.0" }, - "time": "2020-07-14T06:09:04+00:00" + "time": "2021-05-02T13:05:10+00:00" }, { "name": "webonyx/graphql-php",