This commit is contained in:
tao 2021-12-07 09:57:49 +08:00
parent 5f43c95f69
commit b6eb893a4c
2 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
<?php return array(
'root' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'reference' => '5f43c95f699af5570f9aa0fdbf279d069607cdc8',
'name' => 'taoser/taoler',
'dev' => true,
),
@ -137,12 +137,12 @@
'dev_requirement' => true,
),
'taoser/taoler' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'reference' => '5f43c95f699af5570f9aa0fdbf279d069607cdc8',
'dev_requirement' => false,
),
'taoser/think-addons' => array(

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php
// This file is automatically generated at:2021-11-02 14:10:33
// This file is automatically generated at:2021-12-07 09:55:25
declare (strict_types = 1);
return array (
0 => 'taoser\\addons\\Service',