Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webda2l authored Jan 3, 2024
1 parent 9bd0fa3 commit 3e33d92
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Translate your doctrine objects easily with some helps

| Branch | Tools |
| --- | --- |
| 2.x | [![Build Status][v2_ci_badge]][v2_ci_link] [![Coverage Status][v2_coverage_badge]][v2_coverage_link] |
| 3.x (master) | [![Build Status][v3_ci_badge]][v3_ci_link] [![Coverage Status][v3_coverage_badge]][v3_coverage_link] |

## Documentation
Expand All @@ -21,9 +20,7 @@ Check out the documentation on the [official website](http://a2lix.fr/bundles/tr

## Support

* `0.x` & `1.x` are old versions not maintained anymore.
* `2.x` is an old version with low requirements (PHP5.4+/7+, Symfony2.3+/3.0+/4.0+). It is compatible with [Gedmo](https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/translatable.md), [KnpLabs](https://github.com/KnpLabs/DoctrineBehaviors#translatable), [A2lix](https://github.com/a2lix/I18nDoctrineBundle) and [Prezent](https://github.com/Prezent/doctrine-translatable-bundle)
* `3.x` is a rethinked version that depends on [AutoFormBundle](https://github.com/a2lix/AutoFormBundle) and has higher requirements (PHP8.1+, Symfony5.4+/6.3+/7.0+). It is compatible with [KnpLabs](https://github.com/KnpLabs/DoctrineBehaviors#translatable), [A2lix](https://github.com/a2lix/I18nDoctrineBundle) and [Prezent](https://github.com/Prezent/doctrine-translatable-bundle)
* `3.x` depends on [AutoFormBundle](https://github.com/a2lix/AutoFormBundle) and has higher requirements (PHP8.1+, Symfony5.4+/6.3+/7.0+). It is compatible with [KnpLabs](https://github.com/KnpLabs/DoctrineBehaviors#translatable), [A2lix](https://github.com/a2lix/I18nDoctrineBundle) and [Prezent](https://github.com/Prezent/doctrine-translatable-bundle)

## Contribution help

Expand All @@ -37,11 +34,6 @@ docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g)

This package is available under the [MIT license](LICENSE).

[v2_ci_badge]: https://github.com/a2lix/TranslationFormBundle/workflows/CI/badge.svg?branch=2.x
[v2_ci_link]: https://github.com/a2lix/TranslationFormBundle/actions?query=workflow%3ACI
[v2_coverage_badge]: https://codecov.io/gh/a2lix/TranslationFormBundle/branch/2.x/graph/badge.svg
[v2_coverage_link]: https://codecov.io/gh/a2lix/TranslationFormBundle/branch/2.x

[v3_ci_badge]: https://github.com/a2lix/TranslationFormBundle/workflows/CI/badge.svg
[v3_ci_link]: https://github.com/a2lix/TranslationFormBundle/actions?query=workflow%3ACI
[v3_coverage_badge]: https://codecov.io/gh/a2lix/TranslationFormBundle/branch/master/graph/badge.svg
Expand Down

0 comments on commit 3e33d92

Please sign in to comment.