Skip to content

Commit

Permalink
Extend deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Aug 14, 2023
1 parent 002e496 commit 79805c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ which are a native replacement for annotations. As such, this library is
considered feature complete, and should receive exclusively bugfixes and
security fixes.

We do not recommend using this library in new projects and encourage authors
of downstream libraries to offer support for attributes as an alternative to
Doctrine Annotations.

# Doctrine Annotations

[![Build Status](https://github.com/doctrine/annotations/workflows/Continuous%20Integration/badge.svg?label=build)](https://github.com/doctrine/persistence/actions)
Expand Down
6 changes: 5 additions & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ which are a native replacement for annotations. As such, this library is
considered feature complete, and should receive exclusively bugfixes and
security fixes.

We do not recommend using this library in new projects and encourage authors
of downstream libraries to offer support for attributes as an alternative to
Doctrine Annotations.

Introduction
============

Expand Down Expand Up @@ -38,7 +42,7 @@ You can install the Annotation component with composer:

.. code-block::
  $ composer require doctrine/annotations
$ composer require doctrine/annotations
Create an annotation class
==========================
Expand Down

0 comments on commit 79805c3

Please sign in to comment.