We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa6d14 commit 7641201Copy full SHA for 7641201
README.md
@@ -80,13 +80,13 @@ Read how to get started with Tempest [here](https://tempestphp.com).
80
Create a Tempest project from scratch:
81
82
```
83
-composer create-project tempest/app:1.0-alpha.5 <name>
+composer create-project tempest/app <name>
84
85
86
Or install Tempest in any existing project:
87
88
89
-composer require tempest/framework:1.0-alpha.5
+composer require tempest/framework
90
91
92
Continue to read how Tempest works in [the docs](https://tempestphp.com).
0 commit comments