1
0

adding kirby3-janitor

This commit is contained in:
Philip Wagner
2024-10-14 14:22:24 +02:00
parent b0db09492d
commit 94fbb996f0
204 changed files with 27855 additions and 4 deletions

View File

@@ -3,13 +3,22 @@
'name' => 'getkirby/plainkit',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'a4b2aece7b44b516ca8349830f01c2eccae22ff0',
'reference' => 'b0db09492d378d45eb0ecd0234e85a57db00d2f8',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'bnomei/kirby3-janitor' => array(
'pretty_version' => '2.16.0',
'version' => '2.16.0.0',
'reference' => '12a9132cf221f3e248d9f22bddb7cbd7d303ae3a',
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../site/plugins/kirby3-janitor',
'aliases' => array(),
'dev_requirement' => false,
),
'claviska/simpleimage' => array(
'pretty_version' => '3.7.0',
'version' => '3.7.0.0',
@@ -67,7 +76,7 @@
'getkirby/plainkit' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'a4b2aece7b44b516ca8349830f01c2eccae22ff0',
'reference' => 'b0db09492d378d45eb0ecd0234e85a57db00d2f8',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -100,6 +109,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'league/climate' => array(
'pretty_version' => '3.8.2',
'version' => '3.8.2.0',
'reference' => 'a785a3ac8f584eed4abd45e4e16fe64c46659a28',
'type' => 'library',
'install_path' => __DIR__ . '/../league/climate',
'aliases' => array(),
'dev_requirement' => false,
),
'league/color-extractor' => array(
'pretty_version' => '0.3.2',
'version' => '0.3.2.0',
@@ -217,6 +235,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'seld/cli-prompt' => array(
'pretty_version' => '1.0.4',
'version' => '1.0.4.0',
'reference' => 'b8dfcf02094b8c03b40322c229493bb2884423c5',
'type' => 'library',
'install_path' => __DIR__ . '/../seld/cli-prompt',
'aliases' => array(),
'dev_requirement' => false,
),
'sylvainjule/color-palette' => array(
'pretty_version' => '1.0.4',
'version' => '1.0.4.0',
@@ -235,6 +262,24 @@
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/deprecation-contracts' => array(
'pretty_version' => 'v2.5.0',
'version' => '2.5.0.0',
'reference' => '6f981ee24cf69ee7ce9736146d1c57c2780598a8',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/finder' => array(
'pretty_version' => 'v5.4.43',
'version' => '5.4.43.0',
'reference' => 'ae25a9145a900764158d439653d5630191155ca0',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/finder',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/polyfill-intl-idn' => array(
'pretty_version' => 'v1.26.0',
'version' => '1.26.0.0',
@@ -268,5 +313,14 @@
0 => '*',
),
),
'symfony/polyfill-php80' => array(
'pretty_version' => 'v1.31.0',
'version' => '1.31.0.0',
'reference' => '60328e362d4c2c802a54fcbf04f9d3fb892b4cf8',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
'aliases' => array(),
'dev_requirement' => false,
),
),
);