diff --git a/composer.lock b/composer.lock index 293392b..f9f3786 100644 --- a/composer.lock +++ b/composer.lock @@ -4666,16 +4666,16 @@ }, { "name": "spatie/sheets", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/spatie/sheets.git", - "reference": "d89aadc44cd2717ed07a2971ef72ba16054445ff" + "reference": "a7ff7af3d0a8e578a6d1aab9c4386ff012a96072" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/sheets/zipball/d89aadc44cd2717ed07a2971ef72ba16054445ff", - "reference": "d89aadc44cd2717ed07a2971ef72ba16054445ff", + "url": "https://api.github.com/repos/spatie/sheets/zipball/a7ff7af3d0a8e578a6d1aab9c4386ff012a96072", + "reference": "a7ff7af3d0a8e578a6d1aab9c4386ff012a96072", "shasum": "" }, "require": { @@ -4686,7 +4686,7 @@ "league/commonmark": "^1.0|^2.0", "php": "^8.0", "spatie/yaml-front-matter": "^2.0", - "symfony/yaml": "^4.0|^5.0|^6.0" + "symfony/yaml": "^4.0|^5.0|^6.0|^7.0" }, "require-dev": { "league/flysystem": "^1.0.8|^3.0", @@ -4733,7 +4733,7 @@ ], "support": { "issues": "https://github.com/spatie/sheets/issues", - "source": "https://github.com/spatie/sheets/tree/1.10.0" + "source": "https://github.com/spatie/sheets/tree/1.11.0" }, "funding": [ { @@ -4741,7 +4741,7 @@ "type": "custom" } ], - "time": "2023-02-16T07:29:52+00:00" + "time": "2023-12-18T07:55:33+00:00" }, { "name": "spatie/temporary-directory", @@ -7426,28 +7426,27 @@ }, { "name": "symfony/yaml", - "version": "v6.4.0", + "version": "v7.0.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587" + "reference": "0055b230c408428b9b5cde7c55659555be5c0278" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/4f9237a1bb42455d609e6687d2613dde5b41a587", - "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587", + "url": "https://api.github.com/repos/symfony/yaml/zipball/0055b230c408428b9b5cde7c55659555be5c0278", + "reference": "0055b230c408428b9b5cde7c55659555be5c0278", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=8.2", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<5.4" + "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" + "symfony/console": "^6.4|^7.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -7478,7 +7477,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.0" + "source": "https://github.com/symfony/yaml/tree/v7.0.0" }, "funding": [ { @@ -7494,7 +7493,7 @@ "type": "tidelift" } ], - "time": "2023-11-06T11:00:25+00:00" + "time": "2023-11-07T10:26:03+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles",