File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11APP_NAME = skeleton
2+ APP_ENV = dev
23
34DB_DRIVER = mysql
45DB_HOST = localhost
Original file line number Diff line number Diff line change 2727 "hyperf/redis" : " ~2.0.0"
2828 },
2929 "require-dev" : {
30- "swoole/ide-helper" : " ^4.4" ,
31- "phpmd/phpmd" : " ^2.6" ,
30+ "swoole/ide-helper" : " ^4.5" ,
3231 "friendsofphp/php-cs-fixer" : " ^2.14" ,
3332 "mockery/mockery" : " ^1.0" ,
3433 "doctrine/common" : " ^2.9" ,
7271 "test" : " co-phpunit -c phpunit.xml --colors=always" ,
7372 "cs-fix" : " php-cs-fixer fix $1" ,
7473 "analyse" : " phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config" ,
75- "start" : " php ./bin/hyperf.php start" ,
76- "init-proxy" : " init-proxy.sh"
74+ "start" : " php ./bin/hyperf.php start"
7775 }
7876}
Original file line number Diff line number Diff line change 2222 'class ' => Monolog \Formatter \LineFormatter::class,
2323 'constructor ' => [
2424 'format ' => null ,
25- 'dateFormat ' => null ,
25+ 'dateFormat ' => ' Y-m-d H:i:s ' ,
2626 'allowInlineLineBreaks ' => true ,
2727 ],
2828 ],
You can’t perform that action at this time.
0 commit comments