8000 Replace references of PSR-0 with PSR-4 · symfony/symfony-docs@2efbcbf · GitHub
[go: up one dir, main page]

Skip to content

Commit 2efbcbf

Browse files
opdaviesxabbuh
authored andcommitted
Replace references of PSR-0 with PSR-4
1 parent c750141 commit 2efbcbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_framework/http_foundation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ version may vary).
138138
``vendor/autoload.php`` file that allows any class to be easily
139139
`autoloaded`_. Without autoloading, you would need to require the file
140140
where a class is defined before being able to use it. But thanks to
141-
`PSR-0`_, we can just let Composer and PHP do the hard work for us.
141+
`PSR-4`_, we can just let Composer and PHP do the hard work for us.
142142

143143
Now, let's rewrite our application by using the ``Request`` and the
144144
``Response`` classes::
@@ -309,5 +309,5 @@ applications using it (like `Symfony`_, `Drupal 8`_, `phpBB 4`_, `ezPublish
309309
.. _`Midgard CMS`: http://www.midgard-project.org/
310310
.. _`Zikula`: http://zikula.org/
311311
.. _`autoloaded`: http://php.net/autoload
312-
.. _`PSR-0`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
312+
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4/
313313
.. _`more`: http://symfony.com/components/HttpFoundation

0 commit comments

Comments
 (0)
0