This commit is contained in:
umono 2022-12-19 20:14:11 +08:00
parent 9768dfeec2
commit 4326e42e25

View File

@ -6,7 +6,7 @@
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"app\\": "src", "app\\": "src"
} }
}, },
"authors": [ "authors": [
@ -31,7 +31,8 @@
"openspout/openspout": "3.7.4", "openspout/openspout": "3.7.4",
"ext-zip": "*", "ext-zip": "*",
"phpoffice/phpspreadsheet": "^1.25", "phpoffice/phpspreadsheet": "^1.25",
"gregwar/captcha": "^1.1" "gregwar/captcha": "^1.1",
"umono/yii2-multiple": "^0.1.1"
}, },
"provide": { "provide": {
"bower-asset/jquery": "*", "bower-asset/jquery": "*",