Skip to content

Commit

Permalink
Minor maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Sep 22, 2022
2 parents 744079b + 22fa8b7 commit 786c897
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# phpcfdi/cfditopdf

[![Source Code][badge-source]][source]
[![Packagist PHP Version Support][badge-php-version]][php-version]
[![Latest Version][badge-release]][release]
[![Software License][badge-license]][license]
[![Build Status][badge-build]][build]
Expand Down Expand Up @@ -82,8 +83,14 @@ $converter = new \PhpCfdi\CfdiToPdf\Converter(

## PHP Support

This library is compatible with PHP versions 7.0 and above.
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.

We adhere to [Semantic Versioning](https://semver.org/).
We will not introduce any compatibility backwards change on major versions.

Internal classes (using `@internal` annotation) are not part of this agreement
as they must only exist inside this project. Do not use them in your project.

## Contributing

Expand All @@ -100,6 +107,7 @@ and licensed for use under the MIT License (MIT). Please see [LICENSE][] for mor
[todo]: https://github.com/phpcfdi/cfditopdf/blob/master/docs/TODO.md

[source]: https://github.com/phpcfdi/cfditopdf
[php-version]: https://packagist.org/packages/phpcfdi/cfditopdf
[release]: https://github.com/phpcfdi/cfditopdf/releases
[license]: https://github.com/phpcfdi/cfditopdf/blob/master/LICENSE
[build]: https://github.com/phpcfdi/cfditopdf/actions/workflows/build.yml?query=branch:master
Expand All @@ -108,6 +116,7 @@ and licensed for use under the MIT License (MIT). Please see [LICENSE][] for mor
[downloads]: https://packagist.org/packages/phpcfdi/cfditopdf

[badge-source]: https://img.shields.io/badge/source-phpcfdi/cfditopdf-blue?style=flat-square
[badge-php-version]: https://img.shields.io/packagist/php-v/phpcfdi/cfditopdf?style=flat-square
[badge-release]: https://img.shields.io/github/release/phpcfdi/cfditopdf?style=flat-square
[badge-license]: https://img.shields.io/github/license/phpcfdi/cfditopdf?style=flat-square
[badge-build]: https://img.shields.io/github/workflow/status/phpcfdi/cfditopdf/build/master?style=flat-square
Expand Down

0 comments on commit 786c897

Please sign in to comment.