diff --git a/README.md b/README.md index 5802654c..6de93c1f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ export CIRCLE_TOKEN=[REDACTED] Once you have all of the prerequisites in place, you can create your copy of this repo with one command: ``` -terminus build:project:create pantheon-systems/example-wordpress-composer my-new-site --team="Agency Org Name" --stability=dev +terminus build:project:create pantheon-systems/example-wordpress-composer my-new-site --team="Agency Org Name" ``` The parameters shown here are: diff --git a/composer.json b/composer.json index e9226754..cbeabab3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "pantheon-systems/example-wordpress-composer", "description": "", - "version": "0.1.0", "type": "project", "keywords": [], "minimum-stability": "alpha", diff --git a/composer.lock b/composer.lock index b3df4853..5c0ffb39 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "ae2f8302caec7a59567a719e8a866511", + "content-hash": "bba12d576b493a9fa2645306875bc844", "packages": [ { "name": "composer/installers",