update deps

master
Dirk Heilig 2024-01-29 16:58:33 +01:00
parent ffa51ec998
commit d1911fc930
1 changed files with 79 additions and 78 deletions

23
htdocs/composer.lock generated
View File

@ -4,29 +4,28 @@
"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": "10482d28879f2a0ab5cd26452cfd53d5", "content-hash": "c642d581c001f77b8865d861e3657961",
"packages": [ "packages": [
{ {
"name": "johngrogg/ics-parser", "name": "johngrogg/ics-parser",
"version": "v2.2.2", "version": "v3.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/u01jmg3/ics-parser.git", "url": "https://github.com/u01jmg3/ics-parser.git",
"reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4" "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/69c80471a0a99142ebc72b21c2bc084e81a7c4f4", "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/eeb51c4c0c06e6df3266f85ea774ca314536aba4",
"reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4", "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": ">=5.3.9" "php": ">=5.6.40"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4", "phpunit/phpunit": "^5|^9|^10"
"squizlabs/php_codesniffer": "~2.9.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -35,7 +34,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": ["MIT"], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Jonathan Goode", "name": "Jonathan Goode",
@ -59,7 +60,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/u01jmg3/ics-parser/issues", "issues": "https://github.com/u01jmg3/ics-parser/issues",
"source": "https://github.com/u01jmg3/ics-parser/tree/v2.2.2" "source": "https://github.com/u01jmg3/ics-parser/tree/v3.3.1"
}, },
"funding": [ "funding": [
{ {
@ -67,7 +68,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-11-02T10:28:33+00:00" "time": "2023-10-10T09:58:49+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],