Skip to content

Commit

Permalink
⬆️ upgraded dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <b@bnomei.com>
  • Loading branch information
bnomei committed Mar 21, 2024
1 parent 7aae435 commit 7a33184
Show file tree
Hide file tree
Showing 12 changed files with 374 additions and 393 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/autoloader-for-kirby",
"type": "project",
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",
"description": "Helper to automatically load various Kirby extensions in a plugin",
"authors": [
Expand Down Expand Up @@ -56,7 +56,7 @@
"php": ">=8.2.0",
"mustangostang/spyc": "^0.6.3",
"symfony/finder": "^6.0",
"symfony/yaml": "^5.4"
"symfony/yaml": "^6.0"
},
"require-dev": {
"getkirby/cms": "^4.0.0-beta.2",
Expand Down
153 changes: 106 additions & 47 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions vendor/bin/yaml-lint
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ if (PHP_VERSION_ID < 80000) {
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
) {
include("phpvfscomposer://" . __DIR__ . '/..'.'/symfony/yaml/Resources/bin/yaml-lint');
exit(0);
return include("phpvfscomposer://" . __DIR__ . '/..'.'/symfony/yaml/Resources/bin/yaml-lint');
}
}

include __DIR__ . '/..'.'/symfony/yaml/Resources/bin/yaml-lint';
return include __DIR__ . '/..'.'/symfony/yaml/Resources/bin/yaml-lint';
14 changes: 7 additions & 7 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'bnomei/autoloader-for-kirby',
'pretty_version' => '4.2.0',
'version' => '4.2.0.0',
'pretty_version' => '4.2.1',
'version' => '4.2.1.0',
'reference' => null,
'type' => 'project',
'install_path' => __DIR__ . '/../../',
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'bnomei/autoloader-for-kirby' => array(
'pretty_version' => '4.2.0',
'version' => '4.2.0.0',
'pretty_version' => '4.2.1',
'version' => '4.2.1.0',
'reference' => null,
'type' => 'project',
'install_path' => __DIR__ . '/../../',
Expand Down Expand Up @@ -56,9 +56,9 @@
'dev_requirement' => false,
),
'symfony/yaml' => array(
'pretty_version' => 'v5.4.23',
'version' => '5.4.23.0',
'reference' => '4cd2e3ea301aadd76a4172756296fe552fb45b0b',
'pretty_version' => 'v6.4.0',
'version' => '6.4.0.0',
'reference' => '4f9237a1bb42455d609e6687d2613dde5b41a587',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/yaml',
'aliases' => array(),
Expand Down
Loading

0 comments on commit 7a33184

Please sign in to comment.