You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/cloud/project/magento-app-properties.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -217,12 +217,11 @@ Once your site has data, do not change the `subpath` portion of the mount name.
217
217
218
218
Enables you to specify dependencies that your application might need during the build process.
219
219
220
-
{{site.data.var.ee}} supports dependencies on the following
221
-
languages:
220
+
{{site.data.var.ee}} supports dependencies on the following languages:
222
221
223
222
- PHP
224
223
- Ruby
225
-
- NodeJS
224
+
- Node.js
226
225
227
226
Those dependencies are independent of the eventual dependencies of your application, and are available in the `PATH`, during the build process and in the runtime environment of your application.
| `node` | 6, 8, 10, 11 | 6, 8, 10, 11 | 6, 8, 10, 11 | Node.js is managed in the `.magento.app.yaml` [dependencies]({{site.baseurl}}/cloud/project/magento-app-properties.html#dependencies) property. |
177
177
| `php` | 7.3, 7.4 | 7.2, 7.3, 7.4 | 7.1, 7.2 | **Note:** Beginning with {{ site.data.var.ct }} v2002.1.0, you must use PHP template version 7.1.3 or later for both 2.2 and 2.3.<br><br>**Commerce 2.3.3**— 7.1, 7.2, 7.3<br>**Commerce 2.3.0 to 2.3.2**— 7.1, 7.2 <br>**Commerce 2.2.5 to 2.2.9**— 7.0, 7.1<br>**Commerce 2.2.4 and earlier**— 7.0.2, 7.0.4, ~7.0.6, 7.1 |
| `varnish` | 6.x | 4.0, 5.0, 6.2 | 4.0, 5.0 | **Note:** On Cloud projects, you must use the [Fastly service]({{site.baseurl}}/cloud/cdn/cloud-fastly.html) for caching. Varnish is available only for local development.<br><br>**Commerce 2.3.0 to 2.3.2**— 4.0, 5.0 |
180
+
| `varnish` | 6.x | 4.0, 5.0, 6.2 | 4.0, 5.0 | **Note:** You must use the [Fastly service]({{site.baseurl}}/cloud/cdn/cloud-fastly.html) for caching. Varnish is available only for local development.<br><br>**Commerce 2.3.0 to 2.3.2**— 4.0, 5.0 |
181
181
182
182
{:.bs-callout-info}
183
183
When you set up the Elasticsearch service, check to ensure that you use a version that is compatible with the installed [Elasticsearch PHP](https://github.com/elastic/elasticsearch-php) client. See [Check Elasticsearch software compatibility]({{ site.baseurl }}/cloud/project/services-elastic.html#elasticsearch-software-compatibility).
0 commit comments