mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Upgrade twig to ^3.0 (#2628)
* Upgrade twig to ^3.0 * Update phpstan.neon
This commit is contained in:
parent
bdfa1e3572
commit
f72a7d884a
@ -22,7 +22,7 @@ parameters:
|
|||||||
- %currentWorkingDirectory%/src/grpc-server/*
|
- %currentWorkingDirectory%/src/grpc-server/*
|
||||||
- %currentWorkingDirectory%/src/swagger/*
|
- %currentWorkingDirectory%/src/swagger/*
|
||||||
- %currentWorkingDirectory%/src/validation/*
|
- %currentWorkingDirectory%/src/validation/*
|
||||||
- %currentWorkingDirectory%/src/view/*
|
- %currentWorkingDirectory%/src/view/src/Engine/*
|
||||||
- %currentWorkingDirectory%/src/filesystem/src/Adapter/CosAdapterFactory.php
|
- %currentWorkingDirectory%/src/filesystem/src/Adapter/CosAdapterFactory.php
|
||||||
- %currentWorkingDirectory%/src/metric/src/Adapter/*
|
- %currentWorkingDirectory%/src/metric/src/Adapter/*
|
||||||
- %currentWorkingDirectory%/src/metric/src/ConfigProvider.php
|
- %currentWorkingDirectory%/src/metric/src/ConfigProvider.php
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
"symfony/finder": "^5.0",
|
"symfony/finder": "^5.0",
|
||||||
"symfony/property-access": "^5.0",
|
"symfony/property-access": "^5.0",
|
||||||
"symfony/serializer": "^5.0",
|
"symfony/serializer": "^5.0",
|
||||||
"twig/twig": "^2.12",
|
"twig/twig": "^3.0",
|
||||||
"vlucas/phpdotenv": "^5.0",
|
"vlucas/phpdotenv": "^5.0",
|
||||||
"xxtime/flysystem-aliyun-oss": "^1.5"
|
"xxtime/flysystem-aliyun-oss": "^1.5"
|
||||||
},
|
},
|
||||||
|
@ -22,7 +22,7 @@ parameters:
|
|||||||
- %currentWorkingDirectory%/src/grpc-server/*
|
- %currentWorkingDirectory%/src/grpc-server/*
|
||||||
- %currentWorkingDirectory%/src/swagger/*
|
- %currentWorkingDirectory%/src/swagger/*
|
||||||
- %currentWorkingDirectory%/src/validation/*
|
- %currentWorkingDirectory%/src/validation/*
|
||||||
- %currentWorkingDirectory%/src/view/*
|
- %currentWorkingDirectory%/src/view/src/Engine/*
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#side of && is always#'
|
- '#side of && is always#'
|
||||||
- '#method Redis::zRevRangeByScore\(\) expects int, string given#'
|
- '#method Redis::zRevRangeByScore\(\) expects int, string given#'
|
||||||
|
Loading…
Reference in New Issue
Block a user