We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8d41d1 + bd79132 commit f639d01Copy full SHA for f639d01
phpcr-shell/installation.rst
@@ -35,24 +35,17 @@ If you are using a Symfony2 application and a version of `DoctrinePHPCRBundle
35
<https://github.com/doctrine/DoctrinePHPCRBundle/>`_ greater than 1.2 then you
36
can easily integrate the PHPCR-Shell.
37
38
-Simply add the shell to your ``composer.json`` file
+Simply add the shell with composer:
39
40
-.. code-block:: javascript
+.. code-block:: bash
41
42
- {
43
- ...
44
- require: {
45
46
- "phpcr-shell": "<latest version here>"
47
- }
48
49
+ $ composer require phpcr/phpcr-shell
50
51
-And you can connect directly:
+And you can start the shell as a symfony command:
52
53
.. code-block:: bash
54
55
- $ php app/console phpcr:shell
+ $ php app/console doctrine:phpcr:shell
56
57
Build it from source
58
--------------------
0 commit comments