diff options
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 8e6b10647..75e597215 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2304,6 +2304,48 @@ "install-path": "../twbs/bootstrap" }, { + "name": "twbs/bootstrap-icons", + "version": "v1.11.3", + "version_normalized": "1.11.3.0", + "source": { + "type": "git", + "url": "https://github.com/twbs/icons.git", + "reference": "8d88686c03c3768a2d82ba4f20c3c4e1b100fa29" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twbs/icons/zipball/8d88686c03c3768a2d82ba4f20c3c4e1b100fa29", + "reference": "8d88686c03c3768a2d82ba4f20c3c4e1b100fa29", + "shasum": "" + }, + "time": "2024-01-03T15:44:45+00:00", + "type": "library", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + } + ], + "description": "Official open source SVG icon library for Bootstrap", + "homepage": "https://icons.getbootstrap.com/", + "keywords": [ + "bootstrap", + "icon font", + "icons", + "svg" + ], + "support": { + "issues": "https://github.com/twbs/icons/issues", + "source": "https://github.com/twbs/icons/tree/v1.11.3" + }, + "install-path": "../twbs/bootstrap-icons" + }, + { "name": "voku/portable-ascii", "version": "2.0.1", "version_normalized": "2.0.1.0", |