etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
971 stars 112 forks source link

composer: ecl download fails #32

Closed sbassan closed 8 years ago

sbassan commented 8 years ago

composer.lock defines ecl url as './ecl' however that path doesn't exist, this causes composer install to fail.

"dist": { "type": "path", "url": "./ecl", "reference": "565c5929ab503b6241c9fd6ddc65ea478a817f1e", "shasum": null }

kiwiz commented 8 years ago

Whoops, should be fixed now.

sbassan commented 8 years ago

Thanks!