Skip to content

Commit 0e6b578

Browse files
authored
fix(docs): remove "not ready for production" label (#1367)
* fix(docs): remove "not ready for production" label We're using the plugin successfully in production since more than one year - I think it's safe to remove the "alpha" label and instead be more specific about what still doesn't work well (inline support). * Fix typo
1 parent 8a7c2ed commit 0e6b578

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,18 @@
3535
</a>
3636
</p>
3737

38-
## WORK IN PROGRESS
39-
40-
Please note that this plugin is currently in alpha stage and still under active development. We encourage everyone to try it and give feedback, but we don't recommend it for production use yet.
41-
4238
## Intro
4339

4440
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
4541

4642
This plugin adds support for the PHP language to Prettier.
4743

44+
### Can this be used in production?
45+
46+
We're considering the plugin to be stable when pure PHP files are formatted. Formatting of files that contain mixed PHP and HTML is still considered unstable - please see [open issues with the tag "inline"](https://github.com/prettier/plugin-php/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Ainline) for details.
47+
48+
If you want to use the plugin in production, we recommend limiting its scope to pure PHP files.
49+
4850
### Input
4951

5052
```php

0 commit comments

Comments
 (0)