Merge pull request #66 from rico-vz/dependabot/composer/spatie/sheets-1.11.0

build(deps): bump spatie/sheets from 1.10.0 to 1.11.0
This commit is contained in:
Rico
2023-12-26 04:15:03 +01:00
committed by GitHub

33
composer.lock generated
View File

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