Commit e705fcf
authored
Fix integration tests with latest composer
composer/composer#12623 (comment)
Fix integration tests, they all fail as they still reference repo.magento.com
> The 'https://repo.magento.com/packages.json' URL required authentication (HTTP 401). You must be using the interactive console to authenticate
This approach will remove all the repositories, which is similar to the initial effort to remove the default (and only) repository at index 0. But because not all versions of composer support it, i've short circuited it with `|| true`1 parent df6e080 commit e705fcf
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments