Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-05-16 15:22:24 +0300
committerMichal Čihař <michal@cihar.com>2017-05-16 15:22:24 +0300
commitf4408d2d0d3e705da20d70c2c54b5546b0dac71f (patch)
treea738c969d5b2d857f036ec1b97f939157306922f /doc
parent9ea8970c8f74cd87821c9e2599a5ffe47ce08c14 (diff)
Simplify composer installation instructions
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/setup.rst21
1 files changed, 17 insertions, 4 deletions
diff --git a/doc/setup.rst b/doc/setup.rst
index 50fdcfe890..c012afad61 100644
--- a/doc/setup.rst
+++ b/doc/setup.rst
@@ -130,11 +130,24 @@ by invoking:
Installing using Composer
+++++++++++++++++++++++++
-You can install phpMyAdmin using `Composer tool`_, however it's currently not
-available in the default `Packagist`_ repository due to its technical
-limitations.
+You can install phpMyAdmin using `Composer tool`_, since 4.7.0 the releases
+are automatically mirrorred to the default `Packagist`_ repository.
-The installation is possible by adding our own repository
+.. note::
+
+ The content of the Composer repository is automatically generated
+ separately from the releases, so the content doesn't have to be
+ 100% same as when you download the tarball. There should be no
+ functional differences though.
+
+To install phpMyAdmin simply run:
+
+.. code-block:: sh
+
+ composer create-project phpmyadmin/phpmyadmin
+
+Alternatively you can use our own composer repository, which contains
+the release tarballs and is available at
<https://www.phpmyadmin.net/packages.json>:
.. code-block:: sh