We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d572b commit c3c0f4eCopy full SHA for c3c0f4e
Utils/CliPhpResolver.php
@@ -12,7 +12,7 @@ class CliPhpResolver
12
{
13
private const PHP_EXECUTABLE_PATH = 'php_executable_path';
14
15
- private const VERSION_CHECK_REGEXP = '/PHP [\d\.]+ \(cli\)/';
+ private const VERSION_CHECK_REGEXP = '/PHP [\d\.\+a-z-]+ \(cli\)/';
16
17
/**
18
* @var DeploymentConfig
composer.json
@@ -5,7 +5,7 @@
5
"php": ">=7.3"
6
},
7
"type": "magento2-module",
8
- "version": "1.1.2",
+ "version": "1.1.3",
9
"license": [
10
"Commercial"
11
],
0 commit comments