新增symfony/finder

This commit is contained in:
JaguarJack
2020-07-20 16:48:27 +08:00
parent 0fb344fcf3
commit f396732544
2 changed files with 12 additions and 1 deletions

View File

@@ -26,7 +26,8 @@
"overtrue/wechat": "^4.2",
"jaguarjack/migration-generator": "dev-master",
"phpoffice/phpspreadsheet": "^1.12",
"dragonmantank/cron-expression": "^3.0"
"dragonmantank/cron-expression": "^3.0",
"symfony/finder": "^5.1"
},
"require-dev": {
"topthink/think-trace":"^1.0",

View File

@@ -0,0 +1,10 @@
<?php
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------
// | Copyright (c) 2017~2020 http://catchadmin.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
// +----------------------------------------------------------------------
// | Author: JaguarJack [ njphper@gmail.com ]
// +----------------------------------------------------------------------