fix: DockerSecretsResolver - don't normalize absolute paths like /var/www/html/...
Some checks failed
Deploy Application / deploy (push) Has been cancelled
Some checks failed
Deploy Application / deploy (push) Has been cancelled
This commit is contained in:
@@ -49,11 +49,9 @@
|
||||
"ext-bcmath": "*",
|
||||
"ext-sodium": "*",
|
||||
"ext-posix": "*",
|
||||
"ext-uri": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-apcu": "For better caching performance (not yet available for PHP 8.5)",
|
||||
"ext-redis": "For Redis cache driver support (not yet available for PHP 8.5)"
|
||||
"ext-uri": "*",
|
||||
"ext-apcu": "*",
|
||||
"ext-redis": "*"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user