@scandipwa/magento-scripts 1.13.0-alpha.0 → 1.13.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -82,11 +82,6 @@ const checkPHPVersion = () => ({
82
82
  if (phpVersionResponseResult.length > 0) {
83
83
  const phpVersion = phpVersionResponseResult[1];
84
84
 
85
- if (semver.satisfies(phpVersion, '<=7.2.x')) {
86
- throw new Error(`Your installed PHP version ${phpVersion} is not supported by PHPBrew.
87
- Please install PHP 7.3 and newer to operate!`);
88
- }
89
-
90
85
  if (semver.satisfies(phpVersion, '>=8.1.x')) {
91
86
  const userConfirmation = await task.prompt({
92
87
  type: 'Confirm',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Scripts and configuration used by CMA.",
4
4
  "homepage": "https://docs.create-magento-app.com/",
5
5
  "repository": "github:scandipwa/create-magento-app",
6
- "version": "1.13.0-alpha.0",
6
+ "version": "1.13.0-alpha.1",
7
7
  "main": "./index.js",
8
8
  "types": "./typings/index.d.ts",
9
9
  "license": "OSL-3.0",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "3ffe27c403baaf3b0db8b108d6a2c2107b4e38cf"
45
+ "gitHead": "4b420e890341fd1bceea8bb70c56ff12a6ebe53d"
46
46
  }