We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6aa3c commit a42651bCopy full SHA for a42651b
1 file changed
user_guide_src/source/installation/installing_composer.rst
@@ -112,13 +112,13 @@ develop branch explicitly.
112
113
In your project root::
114
115
- php builds development
+ > php builds development
116
117
The command above will update **composer.json** to point to the ``develop`` branch of the
118
working repository, and update the corresponding paths in config and XML files. To revert
119
these changes run::
120
121
- php builds release
+ > php builds release
122
123
After using the ``builds`` command be sure to run ``composer update`` to sync your vendor
124
folder with the latest target build.
0 commit comments