Skip to content

Commit ac67adf

Browse files
committed
Fix PHP Support section
1 parent 744079b commit ac67adf

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,14 @@ $converter = new \PhpCfdi\CfdiToPdf\Converter(
8282

8383
## PHP Support
8484

85-
This library is compatible with PHP versions 7.0 and above.
86-
Please, try to use the full potential of the language.
85+
This library is compatible with at least the oldest [PHP Supported Version](https://php.net/supported-versions.php)
86+
with **active** support. Please, try to use PHP full potential.
87+
88+
We adhere to [Semantic Versioning](https://semver.org/).
89+
We will not introduce any compatibility backwards change on major versions.
90+
91+
Internal classes (using `@internal` annotation) are not part of this agreement
92+
as they must only exist inside this project. Do not use them in your project.
8793

8894
## Contributing
8995

0 commit comments

Comments
 (0)