Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f433da

Browse files
committed
Fixed a missing reference
1 parent7f00345 commit1f433da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎bundles/best_practices.rst‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,8 @@ The ``composer.json`` file should include at least the following metadata:
440440
a string (or array of strings) with a `valid license identifier`_, such as ``MIT``.
441441

442442
``autoload``
443-
This information is used by Symfony to load the classes of the bundle. The
444-
`PSR-4`_ autoload standard is recommended for modern bundles, but `PSR-0`_
445-
standard is also supported.
443+
This information is used by Symfony to load the classes of the bundle. It's
444+
recommended to use the `PSR-4`_ autoload standard.
446445

447446
In order to make it easier for developers to find your bundle, register it on
448447
`Packagist`_, the official repository for Composer packages.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp