Upgrade to 4.0.1

This commit is contained in:
Bastian Allgeier
2023-11-30 14:04:59 +01:00
parent 48fecb671b
commit 6cdb5c1c91
16 changed files with 215 additions and 217 deletions

View File

@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'getkirby/cms',
'pretty_version' => '4.0.0',
'version' => '4.0.0.0',
'pretty_version' => '4.0.1',
'version' => '4.0.1.0',
'reference' => NULL,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
@@ -47,8 +47,8 @@
'dev_requirement' => false,
),
'getkirby/cms' => array(
'pretty_version' => '4.0.0',
'version' => '4.0.0.0',
'pretty_version' => '4.0.1',
'version' => '4.0.1.0',
'reference' => NULL,
'type' => 'kirby-cms',
'install_path' => __DIR__ . '/../../',
@@ -167,9 +167,9 @@
),
),
'symfony/yaml' => array(
'pretty_version' => 'v6.3.8',
'version' => '6.3.8.0',
'reference' => '3493af8a8dad7fa91c77fa473ba23ecd95334a92',
'pretty_version' => 'v6.4.0',
'version' => '6.4.0.0',
'reference' => '4f9237a1bb42455d609e6687d2613dde5b41a587',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/yaml',
'aliases' => array(),