Skip to content

Commit

Permalink
update vendor libs
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Jul 31, 2023
1 parent f365768 commit d7f8826
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion lib/vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
$baseDir = dirname(dirname($vendorDir));

return array(
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
Expand Down
2 changes: 1 addition & 1 deletion lib/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
class ComposerStaticInitb8498cae6575f667be1905119cad6b7f
{
public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
Expand Down
29 changes: 15 additions & 14 deletions lib/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2070,17 +2070,17 @@
},
{
"name": "symfony/finder",
"version": "v6.3.2",
"version_normalized": "6.3.2.0",
"version": "v6.3.3",
"version_normalized": "6.3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "78ce4c29757d657d2b41a91c328923b9a0d6b43d"
"reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/78ce4c29757d657d2b41a91c328923b9a0d6b43d",
"reference": "78ce4c29757d657d2b41a91c328923b9a0d6b43d",
"url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e",
"reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e",
"shasum": ""
},
"require": {
Expand All @@ -2089,7 +2089,7 @@
"require-dev": {
"symfony/filesystem": "^6.0"
},
"time": "2023-07-13T14:29:38+00:00",
"time": "2023-07-31T08:31:44+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -2117,7 +2117,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v6.3.2"
"source": "https://github.com/symfony/finder/tree/v6.3.3"
},
"funding": [
{
Expand Down Expand Up @@ -3047,21 +3047,22 @@
},
{
"name": "symfony/yaml",
"version": "v6.3.0",
"version_normalized": "6.3.0.0",
"version": "v6.3.3",
"version_normalized": "6.3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "a9a8337aa641ef2aa39c3e028f9107ec391e5927"
"reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/a9a8337aa641ef2aa39c3e028f9107ec391e5927",
"reference": "a9a8337aa641ef2aa39c3e028f9107ec391e5927",
"url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
"reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
Expand All @@ -3070,7 +3071,7 @@
"require-dev": {
"symfony/console": "^5.4|^6.0"
},
"time": "2023-04-28T13:28:14+00:00",
"time": "2023-07-31T07:08:24+00:00",
"bin": [
"Resources/bin/yaml-lint"
],
Expand Down Expand Up @@ -3101,7 +3102,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v6.3.0"
"source": "https://github.com/symfony/yaml/tree/v6.3.3"
},
"funding": [
{
Expand Down
16 changes: 8 additions & 8 deletions lib/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'cockpit-hq/cockpit',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '0045aebdc6eba550f62e5a785d11c2c198468931',
'reference' => 'f3657687354eb4e1a932e1ae03b681e36d74cbaa',
'type' => 'project',
'install_path' => __DIR__ . '/../../../',
'aliases' => array(),
Expand Down Expand Up @@ -31,7 +31,7 @@
'cockpit-hq/cockpit' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '0045aebdc6eba550f62e5a785d11c2c198468931',
'reference' => 'f3657687354eb4e1a932e1ae03b681e36d74cbaa',
'type' => 'project',
'install_path' => __DIR__ . '/../../../',
'aliases' => array(),
Expand Down Expand Up @@ -311,9 +311,9 @@
'dev_requirement' => false,
),
'symfony/finder' => array(
'pretty_version' => 'v6.3.2',
'version' => '6.3.2.0',
'reference' => '78ce4c29757d657d2b41a91c328923b9a0d6b43d',
'pretty_version' => 'v6.3.3',
'version' => '6.3.3.0',
'reference' => '9915db259f67d21eefee768c1abcf1cc61b1fc9e',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/finder',
'aliases' => array(),
Expand Down Expand Up @@ -419,9 +419,9 @@
'dev_requirement' => false,
),
'symfony/yaml' => array(
'pretty_version' => 'v6.3.0',
'version' => '6.3.0.0',
'reference' => 'a9a8337aa641ef2aa39c3e028f9107ec391e5927',
'pretty_version' => 'v6.3.3',
'version' => '6.3.3.0',
'reference' => 'e23292e8c07c85b971b44c1c4b87af52133e2add',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/yaml',
'aliases' => array(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct(\Iterator $iterator, array $directories)
*/
public function accept(): bool
{
if (isset($this->excludedDirs[$this->getFilename()]) && $this->hasChildren()) {
if ($this->isRecursive && isset($this->excludedDirs[$this->getFilename()]) && $this->isDir()) {
return false;
}

Expand Down
1 change: 1 addition & 0 deletions lib/vendor/symfony/yaml/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
Expand Down

0 comments on commit d7f8826

Please sign in to comment.