Merge pull request #224 from allerta-vvf/dependabot/composer/server/azuyalabs/yasumi-2.4.0

Bump azuyalabs/yasumi from 2.3.0 to 2.4.0 in /server
This commit is contained in:
mergify[bot] 2021-05-10 10:15:56 +00:00 committed by GitHub
commit 689738c7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 10 deletions

View File

@ -18,7 +18,7 @@
"brick/phonenumber": "^0.2.2",
"sentry/sdk": "^3.1",
"maximebf/debugbar": "^1.16",
"azuyalabs/yasumi": "^2.3",
"azuyalabs/yasumi": "^2.4",
"ministryofweb/php-osm-tiles": "^2.0",
"jenstornell/tiny-html-minifier": "dev-master",
"delight-im/db": "^1.3"

21
server/composer.lock generated
View File

@ -4,31 +4,34 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "492606c03730f891878c2eddc0bffee0",
"content-hash": "36b7ee8aa0a48c8fbf73db8ab8383b82",
"packages": [
{
"name": "azuyalabs/yasumi",
"version": "2.3.0",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/azuyalabs/yasumi.git",
"reference": "e2f37e6de3b15642b83275a24bbfe101cd5c7791"
"reference": "083a0d0579fee17e68d688d463bc01098ac2691f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/azuyalabs/yasumi/zipball/e2f37e6de3b15642b83275a24bbfe101cd5c7791",
"reference": "e2f37e6de3b15642b83275a24bbfe101cd5c7791",
"url": "https://api.github.com/repos/azuyalabs/yasumi/zipball/083a0d0579fee17e68d688d463bc01098ac2691f",
"reference": "083a0d0579fee17e68d688d463bc01098ac2691f",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.2"
"php": ">=7.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"fzaninotto/faker": "^1.9",
"infection/infection": "^0.17 | ^0.22",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^8.5"
"phan/phan": "^4.0",
"phpstan/phpstan": "^0.12.66",
"phpunit/phpunit": "^8.5 | ^9.4",
"vimeo/psalm": "^4"
},
"suggest": {
"ext-calendar": "For calculating the date of Easter"
@ -74,7 +77,7 @@
"type": "other"
}
],
"time": "2020-06-22T12:46:20+00:00"
"time": "2021-05-09T09:03:34+00:00"
},
{
"name": "brick/phonenumber",