File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ taxonomy:
88
99Requirements
1010
11- -Commerce 2.x requires Drupal 8.4 .0 or newer.
11+ -Commerce 2.x requires Drupal 8.5 .0 or newer.
1212
1313 If you already have a web server, make sure it satisfies [ Drupal 8’s requirements] .
1414 The recommended memory limit is 256MB or more. For local development we recommend
@@ -20,11 +20,11 @@ Requirements
2020
2121 Drupal Commerce requires that you have the [ bcmath] ( http://php.net/manual/en/intro.bc.php ) extension installed.
2222
23- If you are using DrupalVM, add the following to your configuration.
23+ If you are using DrupalVM, add the following to your configuration (change PHP version number if needed) .
2424
2525 ```
26- extra_packages :
27- php -bcmath
26+ php_packages_extra :
27+ - php7.1 -bcmath
2828 ```
2929
3030 ## New site
You can’t perform that action at this time.
0 commit comments