Skip to content

Commit 071729c

Browse files
committed
Some fixes to the bundle best practices
* Added interlinking between the application bundles best practices and this article (which is about reusable bundles) * Readded the version. It seems like this one was missed when reverting ([ref](#4290))
1 parent 1117741 commit 071729c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cookbook/bundles/best_practices.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ apply to application bundles because you'll want to keep those as simple
1515
as possible. For application bundles, just follow the practices shown throughout
1616
the book and cookbook.
1717

18+
.. seealso::
19+
20+
There is a dedicated section of the documentation about best practices for
21+
application-specific bundles: :doc:`/best_practices/introduction`
22+
1823
.. index::
1924
pair: Bundle; Naming conventions
2025

@@ -219,7 +224,7 @@ following standardized instructions in your ``README.md`` file.
219224
following command to download the latest stable version of this bundle:
220225
221226
```bash
222-
$ composer require <package-name>
227+
$ composer require <package-name> "~1"
223228
```
224229
225230
This command requires you to have Composer installed globally, as explained

0 commit comments

Comments
 (0)