Update dependencies
This commit is contained in:
83
composer.lock
generated
83
composer.lock
generated
@@ -8,16 +8,16 @@
|
||||
"packages": [
|
||||
{
|
||||
"name": "kigkonsult/icalcreator",
|
||||
"version": "v2.41.67",
|
||||
"version": "v2.41.90",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/iCalcreator/iCalcreator.git",
|
||||
"reference": "2236adc7ad8247e95d4e58ac0026bde755b262a7"
|
||||
"reference": "c62c46f5f5a10afeb1c5b93ae973fb4332d4c0ea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/2236adc7ad8247e95d4e58ac0026bde755b262a7",
|
||||
"reference": "2236adc7ad8247e95d4e58ac0026bde755b262a7",
|
||||
"url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/c62c46f5f5a10afeb1c5b93ae973fb4332d4c0ea",
|
||||
"reference": "c62c46f5f5a10afeb1c5b93ae973fb4332d4c0ea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -29,11 +29,14 @@
|
||||
"php": ">=8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"degraciamathieu/php-arguments-detector": ">=0.5.0",
|
||||
"ext-xdebug": "*",
|
||||
"phpcompatibility/php-compatibility": ">=9.3.5",
|
||||
"phpmd/phpmd": ">=2.13.0",
|
||||
"phpstan/phpstan": ">=0.9.3",
|
||||
"phpunit/phpunit": ">=6.5.13",
|
||||
"squizlabs/php_codesniffer": ">=3.5.5"
|
||||
"squizlabs/php_codesniffer": ">=3.5.5",
|
||||
"vimeo/psalm": "*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -42,11 +45,12 @@
|
||||
],
|
||||
"psr-4": {
|
||||
"Kigkonsult\\Icalcreator\\": [
|
||||
"src/",
|
||||
"src/Util/",
|
||||
"src/Traits/"
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
@@ -95,37 +99,44 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/iCalcreator/iCalcreator/issues",
|
||||
"source": "https://github.com/iCalcreator/iCalcreator/tree/v2.41.67"
|
||||
"source": "https://github.com/iCalcreator/iCalcreator/tree/v2.41.90"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://paypal.me/kigkonsult",
|
||||
"type": "other"
|
||||
},
|
||||
{
|
||||
"url": "https://www.buymeacoffee.com/kigkonsult",
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2022-09-22T14:48:08+00:00"
|
||||
"time": "2024-01-22T10:28:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sabre/uri",
|
||||
"version": "2.3.2",
|
||||
"version": "3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sabre-io/uri.git",
|
||||
"reference": "eceb4a1b8b680b45e215574222d6ca00be541970"
|
||||
"reference": "1774043c843f1db7654ecc93368a98be29b07544"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sabre-io/uri/zipball/eceb4a1b8b680b45e215574222d6ca00be541970",
|
||||
"reference": "eceb4a1b8b680b45e215574222d6ca00be541970",
|
||||
"url": "https://api.github.com/repos/sabre-io/uri/zipball/1774043c843f1db7654ecc93368a98be29b07544",
|
||||
"reference": "1774043c843f1db7654ecc93368a98be29b07544",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.9",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
"phpunit/phpunit": "^9.0"
|
||||
"friendsofphp/php-cs-fixer": "^3.17",
|
||||
"phpstan/extension-installer": "^1.3",
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpstan/phpstan-phpunit": "^1.3",
|
||||
"phpstan/phpstan-strict-rules": "^1.5",
|
||||
"phpunit/phpunit": "^9.6"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -160,26 +171,26 @@
|
||||
"issues": "https://github.com/sabre-io/uri/issues",
|
||||
"source": "https://github.com/fruux/sabre-uri"
|
||||
},
|
||||
"time": "2022-09-19T11:58:52+00:00"
|
||||
"time": "2023-06-09T07:04:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sabre/vobject",
|
||||
"version": "4.5.0",
|
||||
"version": "4.5.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sabre-io/vobject.git",
|
||||
"reference": "d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e"
|
||||
"reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e",
|
||||
"reference": "d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e",
|
||||
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
|
||||
"reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"php": "^7.1 || ^8.0",
|
||||
"sabre/xml": "^2.1"
|
||||
"sabre/xml": "^2.1 || ^3.0 || ^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~2.17.1",
|
||||
@@ -264,20 +275,20 @@
|
||||
"issues": "https://github.com/sabre-io/vobject/issues",
|
||||
"source": "https://github.com/fruux/sabre-vobject"
|
||||
},
|
||||
"time": "2022-08-17T16:39:31+00:00"
|
||||
"time": "2023-11-09T12:54:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sabre/xml",
|
||||
"version": "2.2.5",
|
||||
"version": "4.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sabre-io/xml.git",
|
||||
"reference": "a6af111850e7536d200d9637c34885cd3c77a86c"
|
||||
"reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sabre-io/xml/zipball/a6af111850e7536d200d9637c34885cd3c77a86c",
|
||||
"reference": "a6af111850e7536d200d9637c34885cd3c77a86c",
|
||||
"url": "https://api.github.com/repos/sabre-io/xml/zipball/99caa5dd248776ca6a1e1d2cfdef556a3fa63456",
|
||||
"reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -285,13 +296,13 @@
|
||||
"ext-xmlreader": "*",
|
||||
"ext-xmlwriter": "*",
|
||||
"lib-libxml": ">=2.6.20",
|
||||
"php": "^7.1 || ^8.0",
|
||||
"sabre/uri": ">=1.0,<3.0.0"
|
||||
"php": "^7.4 || ^8.0",
|
||||
"sabre/uri": ">=2.0,<4.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~2.17.1",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
|
||||
"friendsofphp/php-cs-fixer": "^3.38",
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpunit/phpunit": "^9.6"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -333,7 +344,7 @@
|
||||
"issues": "https://github.com/sabre-io/xml/issues",
|
||||
"source": "https://github.com/fruux/sabre-xml"
|
||||
},
|
||||
"time": "2021-11-04T06:37:27+00:00"
|
||||
"time": "2023-11-09T10:47:15+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
@@ -350,5 +361,5 @@
|
||||
"ext-ctype": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user