Merge pull request #291 from allerta-vvf/dependabot/composer/server/ulrichsg/getopt-php-4.0.0

Bump ulrichsg/getopt-php from 3.4.0 to 4.0.0 in /server
This commit is contained in:
mergify[bot] 2021-06-07 07:54:43 +00:00 committed by GitHub
commit ab18f527a4
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": { "require": {
"twig/twig": "^3.3.2", "twig/twig": "^3.3.2",
"delight-im/auth": "^8.3.0", "delight-im/auth": "^8.3.0",
"ulrichsg/getopt-php": "^3.4.0", "ulrichsg/getopt-php": "^4.0.0",
"nikic/fast-route": "^2.0@dev", "nikic/fast-route": "^2.0@dev",
"spatie/array-to-xml": "^2.16", "spatie/array-to-xml": "^2.16",
"ezyang/htmlpurifier": "^4.13", "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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5f55194177a557ae099185aac0b768b0", "content-hash": "59860fb9670cb14ad7cb16388224ad11",
"packages": [ "packages": [
{ {
"name": "azuyalabs/yasumi", "name": "azuyalabs/yasumi",
@ -2910,25 +2910,25 @@
}, },
{ {
"name": "ulrichsg/getopt-php", "name": "ulrichsg/getopt-php",
"version": "v3.4.0", "version": "v4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getopt-php/getopt-php.git", "url": "https://github.com/getopt-php/getopt-php.git",
"reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075" "reference": "073e809a5a4811b0caec43a2151b0e8ccbe29e4b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/9121d7c2c51a6a59ee407c49a13b4d8cfae71075", "url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/073e809a5a4811b0caec43a2151b0e8ccbe29e4b",
"reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075", "reference": "073e809a5a4811b0caec43a2151b0e8ccbe29e4b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": ">=5.4.0" "php": ">=7.1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8", "phpunit/phpunit": "^7.5.20",
"squizlabs/php_codesniffer": "^2.7" "squizlabs/php_codesniffer": "^3.5.8"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2954,9 +2954,9 @@
"homepage": "http://getopt-php.github.io/getopt-php", "homepage": "http://getopt-php.github.io/getopt-php",
"support": { "support": {
"issues": "https://github.com/getopt-php/getopt-php/issues", "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", "name": "webonyx/graphql-php",