From 010b1e0886929e0da207aa44cd823c23270a3aab Mon Sep 17 00:00:00 2001 From: Nayte Date: Mon, 15 Apr 2024 09:38:43 +0200 Subject: [PATCH] docs: update PHP version in doc --- docs/en/reference/architecture.rst | 2 +- docs/en/tutorials/getting-started.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/architecture.rst b/docs/en/reference/architecture.rst index 00d1c419734..7ba2ef774d7 100644 --- a/docs/en/reference/architecture.rst +++ b/docs/en/reference/architecture.rst @@ -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 diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index 5e405618bf4..3550daecf78 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -27,7 +27,7 @@ What is Doctrine? ----------------- Doctrine ORM is an `object-relational mapper (ORM) `_ -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.