chore(#155): update om/icalparser; require PHP 8.4
Some checks are pending
tests / ci (push) Waiting to run

This commit is contained in:
Benjamin Nussbaum 2026-03-11 06:46:14 +01:00
parent 7864c8b7ab
commit 5ca028b885
2 changed files with 15 additions and 15 deletions

View file

@ -11,7 +11,7 @@
], ],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.2", "php": "^8.4",
"ext-imagick": "*", "ext-imagick": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-zip": "*", "ext-zip": "*",
@ -25,7 +25,7 @@
"laravel/tinker": "^2.10.1", "laravel/tinker": "^2.10.1",
"livewire/flux": "^2.0", "livewire/flux": "^2.0",
"livewire/livewire": "^4.0", "livewire/livewire": "^4.0",
"om/icalparser": "^3.2", "om/icalparser": "^4.0",
"spatie/browsershot": "^5.0", "spatie/browsershot": "^5.0",
"spatie/laravel-settings": "^3.6", "spatie/laravel-settings": "^3.6",
"stevebauman/purify": "^6.3", "stevebauman/purify": "^6.3",

26
composer.lock generated
View file

@ -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": "a1b56974da6a4f33fe847dba0549a6e0", "content-hash": "c13d003eb08beac106e67bfbeff85dd9",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -3926,32 +3926,32 @@
}, },
{ {
"name": "om/icalparser", "name": "om/icalparser",
"version": "v3.2.1", "version": "v4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/OzzyCzech/icalparser.git", "url": "https://github.com/OzzyCzech/icalparser.git",
"reference": "bc7a82b12455ae9b62ce8e7f2d0273e86c931ecc" "reference": "3e60e2edf0bdfed6c81b69dccf0b7f2852cd87a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/OzzyCzech/icalparser/zipball/bc7a82b12455ae9b62ce8e7f2d0273e86c931ecc", "url": "https://api.github.com/repos/OzzyCzech/icalparser/zipball/3e60e2edf0bdfed6c81b69dccf0b7f2852cd87a6",
"reference": "bc7a82b12455ae9b62ce8e7f2d0273e86c931ecc", "reference": "3e60e2edf0bdfed6c81b69dccf0b7f2852cd87a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1.0" "php": "^8.4"
}, },
"require-dev": { "require-dev": {
"nette/tester": "^2.5.7" "nette/tester": "^2.6.0"
}, },
"suggest": { "suggest": {
"ext-dom": "for timezone tool" "ext-dom": "for timezone tool"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "psr-4": {
"src/" "om\\": "src/"
] }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -3971,9 +3971,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/OzzyCzech/icalparser/issues", "issues": "https://github.com/OzzyCzech/icalparser/issues",
"source": "https://github.com/OzzyCzech/icalparser/tree/v3.2.1" "source": "https://github.com/OzzyCzech/icalparser/tree/v4.0.0"
}, },
"time": "2025-12-15T06:25:09+00:00" "time": "2026-01-29T16:45:33+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",
@ -12123,7 +12123,7 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.2", "php": "^8.4",
"ext-imagick": "*", "ext-imagick": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-zip": "*" "ext-zip": "*"