Skip to content

Commit c3c0f4e

Browse files
author
Eduard Muradov
committed
Release 1.1.3
1 parent c1d572b commit c3c0f4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Utils/CliPhpResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class CliPhpResolver
1212
{
1313
private const PHP_EXECUTABLE_PATH = 'php_executable_path';
1414

15-
private const VERSION_CHECK_REGEXP = '/PHP [\d\.]+ \(cli\)/';
15+
private const VERSION_CHECK_REGEXP = '/PHP [\d\.\+a-z-]+ \(cli\)/';
1616

1717
/**
1818
* @var DeploymentConfig

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": ">=7.3"
66
},
77
"type": "magento2-module",
8-
"version": "1.1.2",
8+
"version": "1.1.3",
99
"license": [
1010
"Commercial"
1111
],

0 commit comments

Comments
 (0)