This commit is contained in:
umono 2022-11-05 18:56:04 +08:00
parent c887973d5c
commit 2a99813f64
2 changed files with 8 additions and 6 deletions

4
.gitignore vendored
View File

@ -9,6 +9,8 @@ lerna-debug.log*
node_modules node_modules
dist dist
extend
umono
dist-ssr dist-ssr
*.local *.local
@ -40,5 +42,5 @@ vendor/
.DS_Store .DS_Store
.phpunit* .phpunit*
*.cache *.cache
extend/
stats.html stats.html

10
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e259536e0d88ef4ae07a5902a71e84d1", "content-hash": "f328720a555a12af214b9c69cd129b4a",
"packages": [ "packages": [
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
@ -2175,12 +2175,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/multiple-tools/yii2-multiple.git", "url": "https://github.com/multiple-tools/yii2-multiple.git",
"reference": "2a9f0890e3f8cdec4474f1a88e6b9ba2a7975a71" "reference": "40cfd0ea15cd0a906446bda2f87d07a8e4a3cb34"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/multiple-tools/yii2-multiple/zipball/2a9f0890e3f8cdec4474f1a88e6b9ba2a7975a71", "url": "https://api.github.com/repos/multiple-tools/yii2-multiple/zipball/40cfd0ea15cd0a906446bda2f87d07a8e4a3cb34",
"reference": "2a9f0890e3f8cdec4474f1a88e6b9ba2a7975a71", "reference": "40cfd0ea15cd0a906446bda2f87d07a8e4a3cb34",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2222,7 +2222,7 @@
"issues": "https://github.com/multiple-tools/yii2-multiple/issues", "issues": "https://github.com/multiple-tools/yii2-multiple/issues",
"source": "https://github.com/multiple-tools/yii2-multiple/tree/0.1" "source": "https://github.com/multiple-tools/yii2-multiple/tree/0.1"
}, },
"time": "2022-11-05T08:47:15+00:00" "time": "2022-11-05T10:51:32+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",