diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-06 16:01:54 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-06 16:01:54 +0000 |
| commit | d89e825c8af69e79f17ed8499f474f1954c7b2a4 (patch) | |
| tree | e4c7132e52fbda07ed0ae078a3a2e42b5ac3d2f8 /composer.lock | |
| parent | 7c69ee73e1bd8195b3ab91640bbf82feb85dbefc (diff) | |
Correct idiorm dependency info.
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock index faf82fa52..daafbe811 100644 --- a/composer.lock +++ b/composer.lock @@ -563,6 +563,12 @@ "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" }, |