From efd89a7008697f98fca94ce940bea0f893b42994 Mon Sep 17 00:00:00 2001 From: Wouter Dijks <30670162+WDI-Json@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:36:25 +0200 Subject: [PATCH 1/5] Update the_big_picture.rst Walkthrough first page setting up with PHP 8.3 and fresh installation of Symfony 7. --- quick_tour/the_big_picture.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 34bea4f82cc..65f65439451 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -14,7 +14,7 @@ safe & easy!) and offers long-term support. Downloading Symfony ------------------- -First, make sure you've installed `Composer`_ and have PHP 8.1 or higher. +First, make sure you've installed `Composer`_ and have PHP 8.3 or higher. Ready? In a terminal, run: @@ -81,6 +81,7 @@ In ``src/Controller``, create a new ``DefaultController`` class and an ``index`` method inside:: // src/Controller/DefaultController.php + Date: Mon, 22 Apr 2024 20:54:13 +0200 Subject: [PATCH 2/5] fix(pr): feedback from automation --- quick_tour/the_big_picture.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 65f65439451..71fca98b739 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -80,8 +80,8 @@ doesn't exist yet, so let's create it! In ``src/Controller``, create a new ``DefaultController`` class and an ``index`` method inside:: - // src/Controller/DefaultController.php Date: Mon, 22 Apr 2024 20:59:07 +0200 Subject: [PATCH 3/5] fix(pr): DOCtor-RST feedback fix --- quick_tour/the_big_picture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 71fca98b739..7a8cc8a01f7 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -80,7 +80,6 @@ doesn't exist yet, so let's create it! In ``src/Controller``, create a new ``DefaultController`` class and an ``index`` method inside:: - Date: Wed, 24 Apr 2024 11:37:38 +0200 Subject: [PATCH 4/5] updating php version feedback received in PR --- quick_tour/the_big_picture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 7a8cc8a01f7..fc29764da0a 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -14,7 +14,7 @@ safe & easy!) and offers long-term support. Downloading Symfony ------------------- -First, make sure you've installed `Composer`_ and have PHP 8.3 or higher. +First, make sure you've installed `Composer`_ and have PHP 8.2.0 or higher. Ready? In a terminal, run: From 1dbf7ad5ff4957df0afca6b8334aa6642fcbce43 Mon Sep 17 00:00:00 2001 From: Wouter Dijks <30670162+WDI-Json@users.noreply.github.com> Date: Sun, 5 May 2024 14:08:13 +0200 Subject: [PATCH 5/5] Update quick_tour/the_big_picture.rst Co-authored-by: Christian Flothmann --- quick_tour/the_big_picture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index fc29764da0a..a3b34b2ef5b 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -14,7 +14,7 @@ safe & easy!) and offers long-term support. Downloading Symfony ------------------- -First, make sure you've installed `Composer`_ and have PHP 8.2.0 or higher. +First, make sure you've installed `Composer`_ and have PHP 8.2 or higher. Ready? In a terminal, run: