diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-12-19 08:44:03 +0100 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2025-12-19 08:44:03 +0100 |
| commit | 1c78a3b0a73e72d34714fa749aff293dbda6b4d2 (patch) | |
| tree | a6638fb62ef5e672b0e326ebeb204e8f47afafeb /composer.lock | |
| parent | 4e8a808e1a3a0c6698afaacf50173051bcf1dcee (diff) | |
Resolve "Deeplinks und Definition von Kurz-URLs"
Closes #5896
Merge request studip/studip!4570
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 57 |
1 files changed, 56 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index 40facba..6499159 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c0e4cb48905267aa9a02647b5c741d74", + "content-hash": "376cb58271d3c6398ec30f3adf8253c8", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -5126,6 +5126,61 @@ "time": "2024-06-12T11:22:32+00:00" }, { + "name": "sqids/sqids", + "version": "0.5.0", + "source": { + "type": "git", + "url": "https://github.com/sqids/sqids-php.git", + "reference": "d594b87134f581578422caca005bc7ec99f958b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sqids/sqids-php/zipball/d594b87134f581578422caca005bc7ec99f958b2", + "reference": "d594b87134f581578422caca005bc7ec99f958b2", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "phpunit/phpunit": "^10.5|^11.2" + }, + "suggest": { + "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).", + "ext-gmp": "Required to use GNU multiple precision mathematics (*)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Sqids\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Generate short YouTube-looking IDs from numbers", + "homepage": "https://sqids.org/php", + "keywords": [ + "decode", + "encode", + "generate", + "hashids", + "ids", + "sqids" + ], + "support": { + "issues": "https://github.com/sqids/sqids-php/issues", + "source": "https://github.com/sqids/sqids-php/tree/0.5.0" + }, + "time": "2025-01-05T05:37:48+00:00" + }, + { "name": "symfony/clock", "version": "v6.4.13", "source": { |
