We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/
1 parent d69494e commit 3128867Copy full SHA for 3128867
composer-action.bash
@@ -19,11 +19,11 @@ else
19
;;
20
# get the latest snapshot
21
Snapshot | snapshot)
22
- phar_url="${phar_url}/composer.phar"
+ phar_url="${phar_url}composer.phar"
23
24
# get the latest version of the v1 tree
25
1 | 1.x)
26
- phar_url="${phar_url}download/latest-2.x/composer.phar"
+ phar_url="${phar_url}download/latest-1.x/composer.phar"
27
28
# get the latest version of the v2 tree
29
2 | 2.x)
0 commit comments