Skip to content

Commit 653c91c

Browse files
authored
Merge pull request #7912 from yosus/patch-14
Update 4-0-upgrade-guide.rst
2 parents 789becd + 9f841e7 commit 653c91c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

en/appendices/4-0-upgrade-guide.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,17 @@ composer commands:
8989
php composer.phar require --dev --update-with-dependencies "phpunit/phpunit:^8.0"
9090
php composer.phar require --update-with-dependencies "cakephp/cakephp:4.0.*"
9191
92-
Application.php
92+
Others
9393
===============
9494

95-
Next, ensure your ``src/Application.php`` has been updated to have the same
96-
method signatures as the one found in cakephp/app. You can find the current
97-
`Application.php
98-
<https://github.com/cakephp/app/blob/4.x/src/Application.php>`__ on GitHub.
95+
Next, ensure your files have been updated to have the same
96+
method signatures as those found in cakephp/app.
97+
98+
#. ``src/Application.php`` at `Application.php <https://github.com/cakephp/app/blob/4.x/src/Application.php>`__ on GitHub.
99+
#. ``config/app.php`` at `app.php <https://github.com/cakephp/app/blob/4.x/config/app.php>`__ on GitHub.
100+
#. ``config/bootstrap.php`` at `bootstrap.php <https://github.com/cakephp/app/blob/4.x/config/bootstrap.php>`__ on GitHub.
101+
#. ``config/paths.php`` at `paths.php <https://github.com/cakephp/app/blob/4.x/config/paths.php>`__ on GitHub, where ``RESOURCES`` needs to be defined.
102+
#. ``config/routes.php`` at `routes.php <https://github.com/cakephp/app/blob/4.x/config/routes.php>`__ on GitHub.
99103

100104
If you are providing some kind of REST API, don't forget to include the
101105
:ref:`body-parser-middleware`. Finally, you should consider upgrading to the new

0 commit comments

Comments
 (0)