Skip to content

Commit

Permalink
Re-arrange installation blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed May 15, 2024
1 parent 6269d02 commit 0972ae0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ <h4 id="Composer">Composer</h4>
},
"minimum-stability": "alpha"
}</pre>
</div>
<div class="col-sm-6">
<h4 id="Phar">Phar</h4>
<p>
Download the <a href="/get/phing-latest.phar">Phar archive</a> (version 3.0.0, <a
Expand All @@ -166,7 +168,7 @@ <h4 id="Phar">Phar</h4>
</li>
<li><a href="/get/phing-2.17.4.phar">phing-2.17.4.phar</a> (
<a href="/get/phing-2.17.4.phar.sha512">sha-512 hash</a>
)
)
</li>
</ul>
<p>
Expand All @@ -178,13 +180,18 @@ <h4 id="Phar">Phar</h4>
<pre>curl https://keys.openpgp.org/vks/v1/by-fingerprint/56697956EBD451594B03AEFDD5F0CB76E2DD74F8 | gpg --import
gpg --verify phing-3.0.0.phar.asc</pre>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-sm-6">
<h4 id="PEAR">PEAR (deprecated)</h4>
<p>
<strong>Our PEAR channel has been deprecated. Phing is only
available through Composer or as a .phar archive.</strong>
</p>

</div>
<div class="col-sm-6">
<h4 id="Manualinstall">Manual install (deprecated)</h4>
<p>
<strong>Phing is only available through Composer or as a
Expand Down

0 comments on commit 0972ae0

Please sign in to comment.