2022-06-17 17:51:59 +02:00
|
|
|
<?php return array(
|
|
|
|
'root' => array(
|
2022-08-31 15:02:43 +02:00
|
|
|
'name' => 'getkirby/cms',
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => '3.9.8.2',
|
|
|
|
'version' => '3.9.8.2',
|
|
|
|
'reference' => null,
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'kirby-cms',
|
|
|
|
'install_path' => __DIR__ . '/../../',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev' => true,
|
|
|
|
),
|
|
|
|
'versions' => array(
|
|
|
|
'claviska/simpleimage' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => '4.0.6',
|
|
|
|
'version' => '4.0.6.0',
|
|
|
|
'reference' => '969de5e61810ef91f6f83c475b192c4841367dfa',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../claviska/simpleimage',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
2022-12-19 14:56:05 +01:00
|
|
|
'composer/semver' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => '3.4.0',
|
|
|
|
'version' => '3.4.0.0',
|
|
|
|
'reference' => '35e8d0af4486141bc745f23a29cc2091eb624a32',
|
2022-12-19 14:56:05 +01:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/./semver',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
2022-06-17 17:51:59 +02:00
|
|
|
'filp/whoops' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => '2.15.4',
|
|
|
|
'version' => '2.15.4.0',
|
|
|
|
'reference' => 'a139776fa3f5985a50b509f2a02ff0f709d2a546',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../filp/whoops',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'getkirby/cms' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => '3.9.8.2',
|
|
|
|
'version' => '3.9.8.2',
|
|
|
|
'reference' => null,
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'kirby-cms',
|
|
|
|
'install_path' => __DIR__ . '/../../',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'getkirby/composer-installer' => array(
|
|
|
|
'pretty_version' => '1.2.1',
|
|
|
|
'version' => '1.2.1.0',
|
2022-08-31 15:02:43 +02:00
|
|
|
'reference' => 'c98ece30bfba45be7ce457e1102d1b169d922f3d',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'composer-plugin',
|
|
|
|
'install_path' => __DIR__ . '/../getkirby/composer-installer',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'laminas/laminas-escaper' => array(
|
2022-12-19 14:56:05 +01:00
|
|
|
'pretty_version' => '2.12.0',
|
|
|
|
'version' => '2.12.0.0',
|
|
|
|
'reference' => 'ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../laminas/laminas-escaper',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'league/color-extractor' => array(
|
2023-04-14 16:34:06 +02:00
|
|
|
'pretty_version' => '0.4.0',
|
|
|
|
'version' => '0.4.0.0',
|
|
|
|
'reference' => '21fcac6249c5ef7d00eb83e128743ee6678fe505',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../league/color-extractor',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'matthecat/colorextractor' => array(
|
|
|
|
'dev_requirement' => false,
|
|
|
|
'replaced' => array(
|
|
|
|
0 => '*',
|
|
|
|
),
|
|
|
|
),
|
|
|
|
'michelf/php-smartypants' => array(
|
|
|
|
'pretty_version' => '1.8.1',
|
|
|
|
'version' => '1.8.1.0',
|
2022-08-31 15:02:43 +02:00
|
|
|
'reference' => '47d17c90a4dfd0ccf1f87e25c65e6c8012415aad',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../michelf/php-smartypants',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'phpmailer/phpmailer' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => 'v6.8.1',
|
|
|
|
'version' => '6.8.1.0',
|
|
|
|
'reference' => 'e88da8d679acc3824ff231fdc553565b802ac016',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'psr/log' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => '3.0.1',
|
|
|
|
'version' => '3.0.1.0',
|
|
|
|
'reference' => '79dff0b268932c640297f5208d6298f71855c03e',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../psr/log',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
2023-06-01 16:54:20 +02:00
|
|
|
'symfony/deprecation-contracts' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => 'v2.5.3',
|
|
|
|
'version' => '2.5.3.0',
|
|
|
|
'reference' => '80d075412b557d41002320b96a096ca65aa2c98d',
|
2023-06-01 16:54:20 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'symfony/polyfill-ctype' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => 'v1.30.0',
|
|
|
|
'version' => '1.30.0.0',
|
|
|
|
'reference' => '0424dff1c58f028c451efff2045f5d92410bd540',
|
2023-06-01 16:54:20 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
2022-06-17 17:51:59 +02:00
|
|
|
'symfony/polyfill-intl-idn' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => 'v1.28.0',
|
|
|
|
'version' => '1.28.0.0',
|
|
|
|
'reference' => 'ecaafce9f77234a6a449d29e49267ba10499116d',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-intl-idn',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'symfony/polyfill-intl-normalizer' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => 'v1.30.0',
|
|
|
|
'version' => '1.30.0.0',
|
|
|
|
'reference' => 'a95281b0be0d9ab48050ebd988b967875cdb9fdb',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'symfony/polyfill-mbstring' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => 'v1.28.0',
|
|
|
|
'version' => '1.28.0.0',
|
|
|
|
'reference' => '42292d99c55abe617799667f454222c54c60e229',
|
2022-06-17 17:51:59 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
|
|
|
'symfony/polyfill-php72' => array(
|
|
|
|
'dev_requirement' => false,
|
|
|
|
'replaced' => array(
|
|
|
|
0 => '*',
|
|
|
|
),
|
|
|
|
),
|
2023-06-01 16:54:20 +02:00
|
|
|
'symfony/yaml' => array(
|
2024-12-20 12:37:52 +01:00
|
|
|
'pretty_version' => 'v5.4.30',
|
|
|
|
'version' => '5.4.30.0',
|
|
|
|
'reference' => 'c6980e82a6656f6ebfabfd82f7585794cb122554',
|
2023-06-01 16:54:20 +02:00
|
|
|
'type' => 'library',
|
|
|
|
'install_path' => __DIR__ . '/../symfony/yaml',
|
|
|
|
'aliases' => array(),
|
|
|
|
'dev_requirement' => false,
|
|
|
|
),
|
2022-06-17 17:51:59 +02:00
|
|
|
),
|
|
|
|
);
|