Merge pull request 'fix(deps): update dependency sabre/vobject to v5' (#25) from renovate/sabre-vobject-5.x into main
Reviewed-on: #25
This commit was merged in pull request #25.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.2 <=8.5",
|
||||
"sabre/vobject": "^4.5"
|
||||
"sabre/vobject": "^5.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Generated
+17
-12
@@ -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": "76cf61017e98587f1cc5c8c148137bb9",
|
||||
"content-hash": "f739dd8a1ad5a28663b65d7e7602c01d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "sabre/uri",
|
||||
@@ -69,28 +69,33 @@
|
||||
},
|
||||
{
|
||||
"name": "sabre/vobject",
|
||||
"version": "4.6.1",
|
||||
"version": "5.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sabre-io/vobject.git",
|
||||
"reference": "63613f6c53a0a2bddfe22caba0d052e6c59f7d0e"
|
||||
"reference": "2533eb0d67b2030e4f2bdacac972beb556d50e0d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/63613f6c53a0a2bddfe22caba0d052e6c59f7d0e",
|
||||
"reference": "63613f6c53a0a2bddfe22caba0d052e6c59f7d0e",
|
||||
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/2533eb0d67b2030e4f2bdacac972beb556d50e0d",
|
||||
"reference": "2533eb0d67b2030e4f2bdacac972beb556d50e0d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"php": "^7.1 || ^8.0",
|
||||
"sabre/xml": "^2.1 || ^3.0 || ^4.0"
|
||||
"php": "^8.2",
|
||||
"sabre/xml": "^3.0 || ^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~2.17.1",
|
||||
"phpstan/phpstan": "^0.12 || ^1.12 || ^2.0",
|
||||
"phpunit/php-invoker": "^2.0 || ^3.1",
|
||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
|
||||
"friendsofphp/php-cs-fixer": "^3.95",
|
||||
"phpstan/extension-installer": "^1.4",
|
||||
"phpstan/phpstan": "^2.2",
|
||||
"phpstan/phpstan-phpunit": "^2.0",
|
||||
"phpstan/phpstan-strict-rules": "^2.0",
|
||||
"phpunit/php-invoker": "^5.0",
|
||||
"phpunit/phpunit": "^11.5",
|
||||
"rector/rector": "^2.4"
|
||||
},
|
||||
"suggest": {
|
||||
"hoa/bench": "If you would like to run the benchmark scripts"
|
||||
@@ -169,7 +174,7 @@
|
||||
"issues": "https://github.com/sabre-io/vobject/issues",
|
||||
"source": "https://github.com/fruux/sabre-vobject"
|
||||
},
|
||||
"time": "2026-07-07T03:20:17+00:00"
|
||||
"time": "2026-07-07T03:29:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sabre/xml",
|
||||
|
||||
Reference in New Issue
Block a user