@@ -98,7 +98,10 @@ php -r "unlink('composer-setup.php');"</pre>
98
98
aria-label =" Get the lastest composer stable release's SHA256 sum" >sha256</a > /
99
99
<a href =" {{ path(' download_sha256sum_stable' ) }}"
100
100
title =" Get the lastest composer stable release's SHA256 sum in sha256sum format"
101
- aria-label =" Get the lastest composer stable release's SHA256 sum in sha256sum format" >sha256sum</a >)
101
+ aria-label =" Get the lastest composer stable release's SHA256 sum in sha256sum format" >sha256sum</a > /
102
+ <a href =" {{ path(' download_asc_stable' ) }}"
103
+ title =" Get the lastest composer stable release's PGP signature"
104
+ aria-label =" Get the lastest composer stable release's PGP signature" >asc</a >)
102
105
<br />
103
106
<a href =" {{ path(' download_preview' ) }}"
104
107
title =" Get the lastest composer preview release"
@@ -108,7 +111,10 @@ php -r "unlink('composer-setup.php');"</pre>
108
111
aria-label =" Get the lastest composer preview release's SHA256 sum" >sha256</a > /
109
112
<a href =" {{ path(' download_sha256sum_preview' ) }}"
110
113
title =" Get the lastest composer preview release's SHA256 sum in sha256sum format"
111
- aria-label =" Get the lastest composer preview release's SHA256 sum in sha256sum format" >sha256sum</a >)
114
+ aria-label =" Get the lastest composer preview release's SHA256 sum in sha256sum format" >sha256sum</a > /
115
+ <a href =" {{ path(' download_asc_preview' ) }}"
116
+ title =" Get the lastest composer preview release's PGP signature"
117
+ aria-label =" Get the lastest composer preview release's PGP signature" >asc</a >)
112
118
<br />
113
119
<a href =" {{ path(' download_snapshot' ) }}"
114
120
title =" Get the lastest composer snapshot"
@@ -138,7 +144,10 @@ php -r "unlink('composer-setup.php');"</pre>
138
144
aria-label =" Get the lastest composer 2.x stable release's SHA256 sum" >sha256</a > /
139
145
<a href =" {{ path(' download_sha256sum_2x' ) }}"
140
146
title =" Get the lastest composer 2.x stable release's SHA256 sum in sha256sum format"
141
- aria-label =" Get the lastest composer 2.x stable release's SHA256 sum in sha256sum format" >sha256sum</a >)
147
+ aria-label =" Get the lastest composer 2.x stable release's SHA256 sum in sha256sum format" >sha256sum</a > /
148
+ <a href =" {{ path(' download_asc_2x' ) }}"
149
+ title =" Get the lastest composer 2.x release's PGP signature"
150
+ aria-label =" Get the lastest composer 2.x release's PGP signature" >asc</a >)
142
151
<br />
143
152
</p >
144
153
<table aria-label =" Composer versions history" role =" table" aria-describedby =" composer-history-caption" >
@@ -151,11 +160,16 @@ php -r "unlink('composer-setup.php');"</pre>
151
160
aria-label =" Download version {{ version }}" >{{ version }}</a >
152
161
</td >
153
162
<td style =" width: 100px" role =" cell" >{{ meta .date | date (' Y-m-d' ) }}</td >
154
- <td role =" cell" style =" width: 500px " >
163
+ <td role =" cell" style =" width: 530px " >
155
164
<a href =" {{ path(' download_version' , {version : version }) }}.sha256sum"
156
165
title =" Download the SHA256 checksum for version {{ version }} in sha256sum format"
157
- aria-label =" Download the SHA256 checksum for version {{ version }} in sha256sum format" >sha256sum</a > <code
158
- style =" font-size: 0.7em; position: relative; top: -2px" >{{ meta .sha256sum }}</code >
166
+ aria-label =" Download the SHA256 checksum for version {{ version }} in sha256sum format" >sha256sum</a >
167
+ <code style =" font-size: 0.7em; position: relative; top: -2px" aria-label =" sha256 checksum" title =" sha256 checksum" >{{ meta .sha256sum }}</code >
168
+ {% if version >= ' 2.0.3' or version >= ' 2.0.10' and version != ' 2.0.2' %}
169
+ <a href =" {{ path(' download_asc_specific' , {version : version }) }}"
170
+ title =" Get the PGP signature for version {{ version }}"
171
+ aria-label =" Get the PGP signature for version {{ version }}" >asc</a >
172
+ {% endif %}
159
173
</td >
160
174
<td role =" cell" >
161
175
<a href =" {{ path(' changelog' , {version : version }) }}"
0 commit comments