Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 92788fd

Browse files
author
Julien Neuhart
authored
updating images and README.md for YAML extension (#34)
1 parent 2926200 commit 92788fd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.docker/docker-compose-toolbox.blueprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55

66

77
toolbox:
8-
image: gulnap/kickoff-docker-php-images:toolbox-3.6-rc2
8+
image: gulnap/kickoff-docker-php-images:toolbox-3.6-rc3
99
container_name: {{ .EnvFiles.Kickoff.ENV }}-{{ .Values.Kickoff.project.name }}-toolbox
1010
restart: "no"
1111
networks:

.docker/php-fpm/Dockerfile.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gulnap/kickoff-docker-php-images:php-fpm-7.1.8-rc2
1+
FROM gulnap/kickoff-docker-php-images:php-fpm-7.1.8-rc3
22

33
# |--------------------------------------------------------------------------
44
# | PHP extension for Redis

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,10 @@ Your PHP application will be accessible under https://your-virtualhost.local/ an
276276

277277
#### Installed PHP extensions
278278

279-
apcu, bcmath, gd, intl, mbstring, mcrypt, pdo_mysql, phpredis, opcache, xdebug (`local` environment only!), soap and zip.
279+
apcu, bcmath, gd, intl, mbstring, mcrypt, pdo_mysql, phpredis, opcache, soap, xdebug (`local` environment only!), yaml,
280+
zip and more!
281+
282+
You are able to find all installed PHP extensions by running `php -m` inside your workspace.
280283

281284
#### Available tools
282285

0 commit comments

Comments
 (0)