We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent19550c8 commitdb71246Copy full SHA for db71246
cookbook/workflow/_vendor_deps.rst.inc
@@ -22,6 +22,26 @@ allows you to pin each library to an **exact** version. In fact, if a ``composer
22
file exists, the versions inside will override those in ``composer.json``.
23
To upgrade your libraries to new versions, run ``php composer.phar update``.
24
25
+.. tip::
26
+
27
+ If you want to add a new package to your application modify ``composer.json``
28
+ file:
29
30
+ .. code-block:: json
31
32
+ {
33
+ "require": {
34
+ ...
35
+ "doctrine/doctrine-fixtures-bundle": "@dev"
36
+ }
37
38
39
+ and then execute update command for this specific package, i.e.:
40
41
+ .. code-block:: bash
42
43
+ $ php cofmposer.phar update doctrine/doctrine-fixtures-bundle
44
45
To learn more about Composer, see `GetComposer.org`_:
46
47
It's important to realize that these vendor libraries are *not* actually part