mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-21 12:53:05 +03:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b12c7dc834 | ||
![]() |
9b143e9fe2 |
8
.github/workflows/static-analysis.yml
vendored
8
.github/workflows/static-analysis.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
|||||||
- "7.2"
|
- "7.2"
|
||||||
- "7.3"
|
- "7.3"
|
||||||
- "7.4"
|
- "7.4"
|
||||||
|
- "8.0"
|
||||||
|
- "8.1"
|
||||||
|
- "8.2"
|
||||||
|
- "8.3"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
@ -49,6 +53,10 @@ jobs:
|
|||||||
- "7.2"
|
- "7.2"
|
||||||
- "7.3"
|
- "7.3"
|
||||||
- "7.4"
|
- "7.4"
|
||||||
|
- "8.0"
|
||||||
|
- "8.1"
|
||||||
|
- "8.2"
|
||||||
|
- "8.3"
|
||||||
steps:
|
steps:
|
||||||
- name: "Cancel Previous Runs"
|
- name: "Cancel Previous Runs"
|
||||||
uses: styfle/cancel-workflow-action@0.11.0
|
uses: styfle/cancel-workflow-action@0.11.0
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2 <8.0",
|
"php": ">=7.2 || ^8.0",
|
||||||
"ext-mbstring": "*"
|
"ext-mbstring": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
@ -23,7 +23,7 @@ class CertificateHelper
|
|||||||
$extractedEntities = [];
|
$extractedEntities = [];
|
||||||
|
|
||||||
preg_match_all(
|
preg_match_all(
|
||||||
'/([\w0-9\s.]+)=(?:("[^"]+?")|(.+?))(?:,|$)/',
|
'/([a-zа-я0-9\s.]+)=(?:("[^"]+?")|(.+?))(?:,|$)/i',
|
||||||
$rawInfo,
|
$rawInfo,
|
||||||
$extractedEntities,
|
$extractedEntities,
|
||||||
PREG_SET_ORDER,
|
PREG_SET_ORDER,
|
||||||
|
Loading…
Reference in New Issue
Block a user