Update dependencies

This commit is contained in:
2024-02-15 11:57:17 +01:00
parent 14d56c4f40
commit 768d6bfe41

83
composer.lock generated
View File

@@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "kigkonsult/icalcreator", "name": "kigkonsult/icalcreator",
"version": "v2.41.67", "version": "v2.41.90",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/iCalcreator/iCalcreator.git", "url": "https://github.com/iCalcreator/iCalcreator.git",
"reference": "2236adc7ad8247e95d4e58ac0026bde755b262a7" "reference": "c62c46f5f5a10afeb1c5b93ae973fb4332d4c0ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/2236adc7ad8247e95d4e58ac0026bde755b262a7", "url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/c62c46f5f5a10afeb1c5b93ae973fb4332d4c0ea",
"reference": "2236adc7ad8247e95d4e58ac0026bde755b262a7", "reference": "c62c46f5f5a10afeb1c5b93ae973fb4332d4c0ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -29,11 +29,14 @@
"php": ">=8.0" "php": ">=8.0"
}, },
"require-dev": { "require-dev": {
"degraciamathieu/php-arguments-detector": ">=0.5.0",
"ext-xdebug": "*", "ext-xdebug": "*",
"phpcompatibility/php-compatibility": ">=9.3.5", "phpcompatibility/php-compatibility": ">=9.3.5",
"phpmd/phpmd": ">=2.13.0",
"phpstan/phpstan": ">=0.9.3", "phpstan/phpstan": ">=0.9.3",
"phpunit/phpunit": ">=6.5.13", "phpunit/phpunit": ">=6.5.13",
"squizlabs/php_codesniffer": ">=3.5.5" "squizlabs/php_codesniffer": ">=3.5.5",
"vimeo/psalm": "*"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -42,11 +45,12 @@
], ],
"psr-4": { "psr-4": {
"Kigkonsult\\Icalcreator\\": [ "Kigkonsult\\Icalcreator\\": [
"src/", "src/"
"src/Util/",
"src/Traits/"
] ]
} },
"classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -95,37 +99,44 @@
], ],
"support": { "support": {
"issues": "https://github.com/iCalcreator/iCalcreator/issues", "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": [ "funding": [
{ {
"url": "https://paypal.me/kigkonsult", "url": "https://paypal.me/kigkonsult",
"type": "other" "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", "name": "sabre/uri",
"version": "2.3.2", "version": "3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sabre-io/uri.git", "url": "https://github.com/sabre-io/uri.git",
"reference": "eceb4a1b8b680b45e215574222d6ca00be541970" "reference": "1774043c843f1db7654ecc93368a98be29b07544"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sabre-io/uri/zipball/eceb4a1b8b680b45e215574222d6ca00be541970", "url": "https://api.github.com/repos/sabre-io/uri/zipball/1774043c843f1db7654ecc93368a98be29b07544",
"reference": "eceb4a1b8b680b45e215574222d6ca00be541970", "reference": "1774043c843f1db7654ecc93368a98be29b07544",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0" "php": "^7.4 || ^8.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.9", "friendsofphp/php-cs-fixer": "^3.17",
"phpstan/phpstan": "^1.8", "phpstan/extension-installer": "^1.3",
"phpunit/phpunit": "^9.0" "phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^9.6"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -160,26 +171,26 @@
"issues": "https://github.com/sabre-io/uri/issues", "issues": "https://github.com/sabre-io/uri/issues",
"source": "https://github.com/fruux/sabre-uri" "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", "name": "sabre/vobject",
"version": "4.5.0", "version": "4.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sabre-io/vobject.git", "url": "https://github.com/sabre-io/vobject.git",
"reference": "d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e" "reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e", "url": "https://api.github.com/repos/sabre-io/vobject/zipball/a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
"reference": "d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e", "reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"sabre/xml": "^2.1" "sabre/xml": "^2.1 || ^3.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "~2.17.1", "friendsofphp/php-cs-fixer": "~2.17.1",
@@ -264,20 +275,20 @@
"issues": "https://github.com/sabre-io/vobject/issues", "issues": "https://github.com/sabre-io/vobject/issues",
"source": "https://github.com/fruux/sabre-vobject" "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", "name": "sabre/xml",
"version": "2.2.5", "version": "4.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sabre-io/xml.git", "url": "https://github.com/sabre-io/xml.git",
"reference": "a6af111850e7536d200d9637c34885cd3c77a86c" "reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sabre-io/xml/zipball/a6af111850e7536d200d9637c34885cd3c77a86c", "url": "https://api.github.com/repos/sabre-io/xml/zipball/99caa5dd248776ca6a1e1d2cfdef556a3fa63456",
"reference": "a6af111850e7536d200d9637c34885cd3c77a86c", "reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -285,13 +296,13 @@
"ext-xmlreader": "*", "ext-xmlreader": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"lib-libxml": ">=2.6.20", "lib-libxml": ">=2.6.20",
"php": "^7.1 || ^8.0", "php": "^7.4 || ^8.0",
"sabre/uri": ">=1.0,<3.0.0" "sabre/uri": ">=2.0,<4.0.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "~2.17.1", "friendsofphp/php-cs-fixer": "^3.38",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" "phpunit/phpunit": "^9.6"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -333,7 +344,7 @@
"issues": "https://github.com/sabre-io/xml/issues", "issues": "https://github.com/sabre-io/xml/issues",
"source": "https://github.com/fruux/sabre-xml" "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": [], "packages-dev": [],
@@ -350,5 +361,5 @@
"ext-ctype": "*" "ext-ctype": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }