Skip to content

Commit b3d14f3

Browse files
committed
modification for composer.json file
1 parent 50e06c4 commit b3d14f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Containers created and their ports (if used) are as follows:
3535
**Tips** :
3636
- in case you use a php extension not installed in the official composer image, be sure it's installed in php-fpm:alpine image via Dockerfile and add the following to your composer.json file in src/ folder :
3737
```sh
38-
"config" : {
39-
"platform" : "7.2",
38+
"platform" : {
39+
"php" : "7.2",
4040
"ext-gd" : "1"
4141
}
4242
```

0 commit comments

Comments
 (0)