Skip to content

Commit f2bb48c

Browse files
authored
Merge pull request #217 from tormi/patch-2
Update Drupal core and bcmath+DrupalVM settings
2 parents f5586ac + b681797 commit f2bb48c

File tree

1 file changed

+4
-4
lines changed
  • user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation

1 file changed

+4
-4
lines changed

user/pages/03.commerce2/02.developer-guide/02.install-update/02.installation/docs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ taxonomy:
88

99
Requirements
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

0 commit comments

Comments
 (0)