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.
README.md
1 parent 271bf11 commit dc68304Copy full SHA for dc68304
2 files changed
README.md
@@ -25,7 +25,7 @@ The package is a console application that can be used to perform common tasks in
25
The package could be installed with composer:
26
27
```shell
28
-composer require yiisoft/app-console --prefer-dist
+composer create-project --prefer-dist --stability=dev yiisoft/app-console <your project>
29
```
30
31
## General usage
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yiisoft/app-console",
3
- "type": "library",
+ "type": "project",
4
"description": "Template for console application",
5
"keywords": [
6
"yii",
0 commit comments