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

Commit 1a684c0

Browse files
committed
Revert the fix of project.json to work with 0.16.0-rc, for master.
1 parent 743d350 commit 1a684c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"services" : {
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"
3+
"database": "mysql",
4+
"webserver": "nginx",
5+
"processvm": "php7.0",
6+
"kvstore": "redis"
77
}
88
}

0 commit comments

Comments
 (0)