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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-07 07:48:20 +00:00 committed by GitHub
parent a19a2cf5a8
commit b80a9dec50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -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",

20
server/composer.lock generated
View File

@ -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",