We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744079b commit ac67adfCopy full SHA for ac67adf
1 file changed
README.md
@@ -82,8 +82,14 @@ $converter = new \PhpCfdi\CfdiToPdf\Converter(
82
83
## PHP Support
84
85
-This library is compatible with PHP versions 7.0 and above.
86
-Please, try to use the full potential of the language.
+This library is compatible with at least the oldest [PHP Supported Version](https://php.net/supported-versions.php)
+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.
93
94
## Contributing
95
0 commit comments