Skip to content

Commit 0fc3872

Browse files
authored
Remove --stability=dev from instructions (#49)
* Remove --stability=dev from instructions * Removing hard-coded version number * Updating composer.lock [ci skip]
1 parent efa5672 commit 0fc3872

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export CIRCLE_TOKEN=[REDACTED]
3535
Once you have all of the prerequisites in place, you can create your copy of this repo with one command:
3636

3737
```
38-
terminus build:project:create pantheon-systems/example-wordpress-composer my-new-site --team="Agency Org Name" --stability=dev
38+
terminus build:project:create pantheon-systems/example-wordpress-composer my-new-site --team="Agency Org Name"
3939
```
4040

4141
The parameters shown here are:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "pantheon-systems/example-wordpress-composer",
33
"description": "",
4-
"version": "0.1.0",
54
"type": "project",
65
"keywords": [],
76
"minimum-stability": "alpha",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)