Skip to content

Fix link to Composer #15313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions create_framework/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Reading about how to create a framework is not enough. You will have to follow
along and actually type all the examples included in this tutorial. For that,
you need a recent version of PHP (7.4 or later is good enough), a web server
(like Apache, nginx or PHP's built-in web server), a good knowledge of PHP and
an understanding of Object Oriented programming.
an understanding of Object Oriented Programming.

Ready to go? Read on!

Expand Down Expand Up @@ -113,5 +113,5 @@ In the :doc:`next chapter </create_framework/http_foundation>`, we are going to
introduce the HttpFoundation Component and see what it brings us.

.. _`Symfony`: https://symfony.com/
.. _`Composer`: https//getcomposer.org/
.. _`Composer`: https://getcomposer.org/
.. _`download and install Composer`: https://getcomposer.org/download/