Skip to content

Commit

Permalink
Merge pull request #1614 from travis-bradbury/quote-version-numbers-i…
Browse files Browse the repository at this point in the history
…n-documentation

Quote php version numbers in tutorials.
  • Loading branch information
pirog committed May 21, 2019
2 parents ee0b8ea + fe2e7da commit cbb0847
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/backdrop.md
Expand Up @@ -49,7 +49,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: backdrop
config:
php: 7.2
php: '7.2'
via: apache:2.4
webroot: .
database: mysql:5.7
Expand All @@ -73,7 +73,7 @@ Here is the [recipe config](./../config/recipes.md#config) to set the Backdrop r
```yaml
recipe: backdrop
config:
php: 5.5
php: '5.5'
```

### Choosing a webserver
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/drupal6.md
Expand Up @@ -45,7 +45,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: drupal6
config:
php: 5.6
php: '5.6'
via: apache:2.4
webroot: .
database: mysql:5.7
Expand All @@ -69,7 +69,7 @@ Here is the [recipe config](./../config/recipes.md#config) to set the Drupal 6 r
```yaml
recipe: drupal6
config:
php: 7.1
php: '7.1'
```

### Choosing a webserver
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/drupal7.md
Expand Up @@ -50,7 +50,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: drupal7
config:
php: 7.2
php: '7.2'
via: apache:2.4
webroot: .
database: mysql:5.7
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/drupal8.md
Expand Up @@ -50,7 +50,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: drupal8
config:
php: 7.2
php: '7.2'
via: apache:2.4
webroot: .
database: mysql:5.7
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/joomla.md
Expand Up @@ -44,7 +44,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: joomla
config:
php: 7.2
php: '7.2'
via: apache:2.4
webroot: .
database: mysql:5.7
Expand All @@ -67,7 +67,7 @@ Here is the [recipe config](./../config/recipes.md#config) to set the Joomla rec
```yaml
recipe: joomla
config:
php: 7.1
php: '7.1'
```

### Choosing a webserver
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/lamp.md
Expand Up @@ -47,7 +47,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: lamp
config:
php: 7.3
php: '7.3'
webroot: .
database: mysql:5.7
xdebug: false
Expand All @@ -69,7 +69,7 @@ Here is the [recipe config](./../config/recipes.md#config) to set the LAMP recip
```yaml
recipe: lamp
config:
php: 5.3
php: '5.3'
```

### Choosing a database backend
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/laravel.md
Expand Up @@ -51,7 +51,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: laravel
config:
php: 7.3
php: '7.3'
via: apache:2.4
webroot: .
database: mysql:5.7
Expand All @@ -75,7 +75,7 @@ Here is the [recipe config](./../config/recipes.md#config) to set the Laravel re
```yaml
recipe: laravel
config:
php: 7.1
php: '7.1'
```

### Choosing a webserver
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/lemp.md
Expand Up @@ -47,7 +47,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: lemp
config:
php: 7.3
php: '7.3'
webroot: .
database: mysql:5.7
xdebug: false
Expand All @@ -69,7 +69,7 @@ Here is the [recipe config](./../config/recipes.md#config) to set the LEMP recip
```yaml
recipe: lemp
config:
php: 5.4
php: '5.4'
```

### Choosing a database backend
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wordpress.md
Expand Up @@ -49,7 +49,7 @@ Here are the configuration options, set to the default values, for this recipe.
```yaml
recipe: wordpress
config:
php: 7.3
php: '7.3'
via: apache:2.4
webroot: .
database: mysql:5.7
Expand All @@ -72,7 +72,7 @@ Here is the [recipe config](./../config/recipes.md#config) to set the WordPress
```yaml
recipe: wordpress
config:
php: 7.1
php: '7.1'
```

### Choosing a webserver
Expand Down

0 comments on commit cbb0847

Please sign in to comment.