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

Commit

Permalink
Revert the fix of project.json to work with 0.16.0-rc, for master.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeschinkel committed Feb 8, 2018
1 parent 743d350 commit 1a684c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.json
@@ -1,8 +1,8 @@
{
"services" : {
"database": "mysql-5.7.21",
"webserver": "nginx-1.13.8",
"processvm": "php-fpm-7.1.9",
"kvstore": "redis-4.0.7"
"database": "mysql",
"webserver": "nginx",
"processvm": "php7.0",
"kvstore": "redis"
}
}

0 comments on commit 1a684c0

Please sign in to comment.