diff options
Diffstat (limited to 'vendor/composer/installed.json')
| -rw-r--r-- | vendor/composer/installed.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 7c591137f..3f7780dd9 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -646,9 +646,15 @@ "version_normalized": "dev-master", "source": { "type": "git", - "url": "https://dev.tt-rss.org/fox/idiorm.git", + "url": "https://github.com/supahgreg/tt-rss-idiorm.git", "reference": "efc8ea06698f53e2c479c7696f2b154c47c3a3cb" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/supahgreg/tt-rss-idiorm/zipball/efc8ea06698f53e2c479c7696f2b154c47c3a3cb", + "reference": "efc8ea06698f53e2c479c7696f2b154c47c3a3cb", + "shasum": "" + }, "require": { "php": ">=5.2.0" }, |