mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-21 12:53:05 +03:00
Compare commits
No commits in common. "main" and "0.0.3" have entirely different histories.
8
.github/workflows/static-analysis.yml
vendored
8
.github/workflows/static-analysis.yml
vendored
@ -23,10 +23,6 @@ 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"
|
||||||
@ -53,10 +49,6 @@ 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(
|
||||||
'/([a-zа-я0-9\s.]+)=(?:("[^"]+?")|(.+?))(?:,|$)/i',
|
'/([\w0-9\s.]+)=(?:("[^"]+?")|(.+?))(?:,|$)/',
|
||||||
$rawInfo,
|
$rawInfo,
|
||||||
$extractedEntities,
|
$extractedEntities,
|
||||||
PREG_SET_ORDER,
|
PREG_SET_ORDER,
|
||||||
|
Loading…
Reference in New Issue
Block a user