Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Muradov committed Jul 5, 2022
1 parent c1d572b commit c3c0f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Utils/CliPhpResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CliPhpResolver
{
private const PHP_EXECUTABLE_PATH = 'php_executable_path';

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

/**
* @var DeploymentConfig
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"php": ">=7.3"
},
"type": "magento2-module",
"version": "1.1.2",
"version": "1.1.3",
"license": [
"Commercial"
],
Expand Down

0 comments on commit c3c0f4e

Please sign in to comment.