Skip to content

Commit 9b53822

Browse files
committed
composer updated
1 parent 827d6a9 commit 9b53822

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1441
-401
lines changed

composer.lock

Lines changed: 13 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vendor/composer/autoload_psr4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
1010
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
1111
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
12-
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
12+
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
1313
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
1414
'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
1515
'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),

lib/vendor/composer/autoload_static.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ class ComposerStaticInit00806fe69736e9cf42743640feeffa67
5454
),
5555
'Psr\\Http\\Message\\' =>
5656
array (
57-
0 => __DIR__ . '/..' . '/psr/http-message/src',
58-
1 => __DIR__ . '/..' . '/psr/http-factory/src',
57+
0 => __DIR__ . '/..' . '/psr/http-factory/src',
58+
1 => __DIR__ . '/..' . '/psr/http-message/src',
5959
),
6060
'Psr\\Http\\Client\\' =>
6161
array (

lib/vendor/composer/installed.json

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"packages": [
33
{
44
"name": "ezyang/htmlpurifier",
5-
"version": "v4.17.0",
6-
"version_normalized": "4.17.0.0",
5+
"version": "v4.18.0",
6+
"version_normalized": "4.18.0.0",
77
"source": {
88
"type": "git",
99
"url": "https://github.com/ezyang/htmlpurifier.git",
10-
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
10+
"reference": "cb56001e54359df7ae76dc522d08845dc741621b"
1111
},
1212
"dist": {
1313
"type": "zip",
14-
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
15-
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
14+
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
15+
"reference": "cb56001e54359df7ae76dc522d08845dc741621b",
1616
"shasum": ""
1717
},
1818
"require": {
19-
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
19+
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
2020
},
2121
"require-dev": {
2222
"cerdic/css-tidy": "^1.7 || ^2.0",
@@ -28,7 +28,7 @@
2828
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
2929
"ext-tidy": "Used for pretty-printing HTML"
3030
},
31-
"time": "2023-11-17T15:01:25+00:00",
31+
"time": "2024-11-01T03:51:45+00:00",
3232
"type": "library",
3333
"installation-source": "dist",
3434
"autoload": {
@@ -60,23 +60,23 @@
6060
],
6161
"support": {
6262
"issues": "https://github.com/ezyang/htmlpurifier/issues",
63-
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
63+
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0"
6464
},
6565
"install-path": "../ezyang/htmlpurifier"
6666
},
6767
{
6868
"name": "maennchen/zipstream-php",
69-
"version": "3.1.0",
70-
"version_normalized": "3.1.0.0",
69+
"version": "3.1.1",
70+
"version_normalized": "3.1.1.0",
7171
"source": {
7272
"type": "git",
7373
"url": "https://github.com/maennchen/ZipStream-PHP.git",
74-
"reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
74+
"reference": "6187e9cc4493da94b9b63eb2315821552015fca9"
7575
},
7676
"dist": {
7777
"type": "zip",
78-
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
79-
"reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
78+
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/6187e9cc4493da94b9b63eb2315821552015fca9",
79+
"reference": "6187e9cc4493da94b9b63eb2315821552015fca9",
8080
"shasum": ""
8181
},
8282
"require": {
@@ -97,7 +97,7 @@
9797
"guzzlehttp/psr7": "^2.4",
9898
"psr/http-message": "^2.0"
9999
},
100-
"time": "2023-06-21T14:59:35+00:00",
100+
"time": "2024-10-10T12:33:01+00:00",
101101
"type": "library",
102102
"installation-source": "dist",
103103
"autoload": {
@@ -134,16 +134,12 @@
134134
],
135135
"support": {
136136
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
137-
"source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
137+
"source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.1"
138138
},
139139
"funding": [
140140
{
141141
"url": "https://github.com/maennchen",
142142
"type": "github"
143-
},
144-
{
145-
"url": "https://opencollective.com/zipstream",
146-
"type": "open_collective"
147143
}
148144
],
149145
"install-path": "../maennchen/zipstream-php"

lib/vendor/composer/installed.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'cbx/php-spreadsheet',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => 'b412763fd8db25801892d4265369a3ef6f5ac82a',
6+
'reference' => '827d6a941f0d77f0a43e9bba590d878d2d2a663e',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../../',
99
'aliases' => array(),
@@ -13,25 +13,25 @@
1313
'cbx/php-spreadsheet' => array(
1414
'pretty_version' => 'dev-master',
1515
'version' => 'dev-master',
16-
'reference' => 'b412763fd8db25801892d4265369a3ef6f5ac82a',
16+
'reference' => '827d6a941f0d77f0a43e9bba590d878d2d2a663e',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../../',
1919
'aliases' => array(),
2020
'dev_requirement' => false,
2121
),
2222
'ezyang/htmlpurifier' => array(
23-
'pretty_version' => 'v4.17.0',
24-
'version' => '4.17.0.0',
25-
'reference' => 'bbc513d79acf6691fa9cf10f192c90dd2957f18c',
23+
'pretty_version' => 'v4.18.0',
24+
'version' => '4.18.0.0',
25+
'reference' => 'cb56001e54359df7ae76dc522d08845dc741621b',
2626
'type' => 'library',
2727
'install_path' => __DIR__ . '/../ezyang/htmlpurifier',
2828
'aliases' => array(),
2929
'dev_requirement' => false,
3030
),
3131
'maennchen/zipstream-php' => array(
32-
'pretty_version' => '3.1.0',
33-
'version' => '3.1.0.0',
34-
'reference' => 'b8174494eda667f7d13876b4a7bfef0f62a7c0d1',
32+
'pretty_version' => '3.1.1',
33+
'version' => '3.1.1.0',
34+
'reference' => '6187e9cc4493da94b9b63eb2315821552015fca9',
3535
'type' => 'library',
3636
'install_path' => __DIR__ . '/../maennchen/zipstream-php',
3737
'aliases' => array(),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.17.0
1+
4.18.0

lib/vendor/ezyang/htmlpurifier/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
16+
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
1717
},
1818
"require-dev": {
1919
"cerdic/css-tidy": "^1.7 || ^2.0",

lib/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* primary concern and you are using an opcode cache. PLEASE DO NOT EDIT THIS
88
* FILE, changes will be overwritten the next time the script is run.
99
*
10-
* @version 4.17.0
10+
* @version 4.18.0
1111
*
1212
* @warning
1313
* You must *not* include any other HTML Purifier files before this file,
@@ -101,6 +101,7 @@
101101
require 'HTMLPurifier/AttrDef/CSS/ListStyle.php';
102102
require 'HTMLPurifier/AttrDef/CSS/Multiple.php';
103103
require 'HTMLPurifier/AttrDef/CSS/Percentage.php';
104+
require 'HTMLPurifier/AttrDef/CSS/Ratio.php';
104105
require 'HTMLPurifier/AttrDef/CSS/TextDecoration.php';
105106
require 'HTMLPurifier/AttrDef/CSS/URI.php';
106107
require 'HTMLPurifier/AttrDef/HTML/Bool.php';

lib/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
/*
22-
HTML Purifier 4.17.0 - Standards Compliant HTML Filtering
22+
HTML Purifier 4.18.0 - Standards Compliant HTML Filtering
2323
Copyright (C) 2006-2008 Edward Z. Yang
2424
2525
This library is free software; you can redistribute it and/or
@@ -58,12 +58,12 @@ class HTMLPurifier
5858
* Version of HTML Purifier.
5959
* @type string
6060
*/
61-
public $version = '4.17.0';
61+
public $version = '4.18.0';
6262

6363
/**
6464
* Constant with version of HTML Purifier.
6565
*/
66-
const VERSION = '4.17.0';
66+
const VERSION = '4.18.0';
6767

6868
/**
6969
* Global configuration object.

lib/vendor/ezyang/htmlpurifier/library/HTMLPurifier.safe-includes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
require_once $__dir . '/HTMLPurifier/AttrDef/CSS/ListStyle.php';
9696
require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Multiple.php';
9797
require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Percentage.php';
98+
require_once $__dir . '/HTMLPurifier/AttrDef/CSS/Ratio.php';
9899
require_once $__dir . '/HTMLPurifier/AttrDef/CSS/TextDecoration.php';
99100
require_once $__dir . '/HTMLPurifier/AttrDef/CSS/URI.php';
100101
require_once $__dir . '/HTMLPurifier/AttrDef/HTML/Bool.php';

0 commit comments

Comments
 (0)