Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 743d350

Browse files
committed
Fix project.json to work with 0.16.0-rc.
1 parent 66ca3fe commit 743d350

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"services" : {
3-
"database": "mysql",
4-
"webserver": "nginx",
5-
"processvm": "php7.0",
6-
"kvstore": "redis"
3+
"database": "mysql-5.7.21",
4+
"webserver": "nginx-1.13.8",
5+
"processvm": "php-fpm-7.1.9",
6+
"kvstore": "redis-4.0.7"
77
}
88
}

0 commit comments

Comments
 (0)