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