Commit 8434ba5
committed
Fix the CI on Appveyor
On windows, composer does not use a symlink when installing binaries but
creates a proxy script instead. This proxy is not a PHP script, so running it
through PHP does not work.
The goal of composer is to allow running the script in a way similar to the
Linux usage relying on shebangs.1 parent 6d3cb7d commit 8434ba5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
0 commit comments