Skip to content

Commit

Permalink
Merge pull request #11413 from Nayte91/doc/php-version
Browse files Browse the repository at this point in the history
docs: update PHP version in doc
  • Loading branch information
greg0ire committed Apr 15, 2024
2 parents 93eb8a1 + 010b1e0 commit e0e55dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/reference/architecture.rst
Expand Up @@ -18,7 +18,7 @@ well.
Requirements
------------

Doctrine ORM requires a minimum of PHP 7.1. For greatly improved
Doctrine ORM requires a minimum of PHP 8.1. For greatly improved
performance it is also recommended that you use APC with PHP.

Doctrine ORM Packages
Expand Down
2 changes: 1 addition & 1 deletion docs/en/tutorials/getting-started.rst
Expand Up @@ -27,7 +27,7 @@ What is Doctrine?
-----------------

Doctrine ORM is an `object-relational mapper (ORM) <https://en.wikipedia.org/wiki/Object-relational_mapping>`_
for PHP 7.1+ that provides transparent persistence for PHP objects. It uses the Data Mapper
for PHP that provides transparent persistence for PHP objects. It uses the Data Mapper
pattern at the heart, aiming for a complete separation of your domain/business
logic from the persistence in a relational database management system.

Expand Down

0 comments on commit e0e55dc

Please sign in to comment.