composer test update

This commit is contained in:
Clemens Schwaighofer
2023-05-31 16:43:30 +09:00
parent 3d6b461b20
commit f5a9757ae3
72 changed files with 5256 additions and 1853 deletions

View File

@@ -13,7 +13,7 @@
'egrajp/corelibs-composer-all' => array(
'pretty_version' => 'dev-development',
'version' => 'dev-development',
'reference' => 'f66f8f282e15a15ecd25e21a2767359b5ec875d4',
'reference' => '24f7a903efb9bfd8b99c7aae9e1e77013c753cd9',
'type' => 'library',
'install_path' => __DIR__ . '/../egrajp/corelibs-composer-all',
'aliases' => array(),
@@ -46,5 +46,14 @@
'aliases' => array(),
'dev_requirement' => false,
),
'psr/log' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => 'fe5ea303b0887d5caefd3d431c3e61ad47037001',
'type' => 'library',
'install_path' => __DIR__ . '/../psr/log',
'aliases' => array(),
'dev_requirement' => false,
),
),
);