mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-21 04:43:04 +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.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
@ -53,10 +49,6 @@ jobs:
|
||||
- "7.2"
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
steps:
|
||||
- name: "Cancel Previous Runs"
|
||||
uses: styfle/cancel-workflow-action@0.11.0
|
||||
|
@ -29,7 +29,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.2 || ^8.0",
|
||||
"php": ">=7.2 <8.0",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -23,7 +23,7 @@ class CertificateHelper
|
||||
$extractedEntities = [];
|
||||
|
||||
preg_match_all(
|
||||
'/([a-zа-я0-9\s.]+)=(?:("[^"]+?")|(.+?))(?:,|$)/i',
|
||||
'/([\w0-9\s.]+)=(?:("[^"]+?")|(.+?))(?:,|$)/',
|
||||
$rawInfo,
|
||||
$extractedEntities,
|
||||
PREG_SET_ORDER,
|
||||
|
Loading…
Reference in New Issue
Block a user