Skip to content

Commit c60f52f

Browse files
committed
Remove --stability=dev flag from create command
1 parent d66da16 commit c60f52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The core of this application template is the [httpsoft/http-basis](https://githu
2222
This project template requires PHP version 7.4 or later.
2323

2424
```bash
25-
composer create-project --prefer-dist --stability=dev httpsoft/http-app <app-dir>
25+
composer create-project --prefer-dist httpsoft/http-app <app-dir>
2626
```
2727

2828
To verify the installation, go to `<app-dir>` and start the PHP built-in web server:

0 commit comments

Comments
 (0)