mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
build(php): upgrade min php version to 8.3
This commit is contained in:
parent
e2a90def88
commit
b5bd2db28f
182 changed files with 517 additions and 115 deletions
|
|
@ -28,7 +28,7 @@ class HttpSignature
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
private const SIGNATURE_PATTERN = '/
|
||||
private const string SIGNATURE_PATTERN = '/
|
||||
(?=.*(keyId="(?P<keyId>https?:\/\/[\w\-\.]+[\w]+(:[\d]+)?[\w\-\.#\/@]+)"))
|
||||
(?=.*(signature="(?P<signature>[\w+\/]+={0,2})"))
|
||||
(?=.*(headers="\(request-target\)(?P<headers>[\w\\-\s]+)"))?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue