Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention public key used for signing the Phars #1041

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/site/rst/download/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ Downloads
Installing as a Phar
====================

You can always fetch the latest stable version as a phar archive through
You can always fetch the latest stable version as a Phar archive through
the following version agnostic link: ::

~ $ wget -c https://phpmd.org/static/latest/phpmd.phar

The Phar files of *PHPMD* are signed with a public key associated to ``pgp@phpmd.org.``.
The `key(s) associated with this E-Mail address`__ can be queried at `keys.openpgp.org`__.

Installing via Composer
=======================

Expand All @@ -31,8 +34,6 @@ And finally let Composer install the project dependencies: ::

~ $ php composer.phar install

__ http://getcomposer.org/composer.phar

From the github repository
==========================

Expand Down Expand Up @@ -64,6 +65,9 @@ current state. It relies on the following software products:
- `PHP_Depend >= 2.0.0`__
- `PHP >= 5.3.9`__

__ https://keys.openpgp.org/search?q=pgp%40phpmd.org
__ https://keys.openpgp.org/
__ http://getcomposer.org/composer.phar
__ https://github.com/phpmd/phpmd
__ http://getcomposer.org/composer.phar
__ http://pdepend.org
Expand Down