aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2022-10-25 14:02:28 +0200
committerMoritz Strohm <strohm@data-quest.de>2022-10-25 14:02:28 +0200
commitcd52f58cef77020aae8f72eeaaf445f6c255d6ea (patch)
tree4330bb91aeeef1d2ee07bce424be918171a5be35
parentd1eafde700c95d8e8f2ac395e0d8ee7e079b5517 (diff)
Revert "reverted changes to composer.lock"step-01670
This reverts commit d1eafde700c95d8e8f2ac395e0d8ee7e079b5517.
-rw-r--r--composer.lock77
1 files changed, 75 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index 64a95d9..1b55e77 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": "7a9043e1984ae4fb02e5872928486f0a",
+ "content-hash": "b51ee3affb9b9fa50c14c160dd62531c",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -514,6 +514,76 @@
"time": "2017-03-20T17:10:46+00:00"
},
{
+ "name": "hashids/hashids",
+ "version": "4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/vinkla/hashids.git",
+ "reference": "8cab111f78e0bd9c76953b082919fc9e251761be"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/vinkla/hashids/zipball/8cab111f78e0bd9c76953b082919fc9e251761be",
+ "reference": "8cab111f78e0bd9c76953b082919fc9e251761be",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.0 || ^9.4",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "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-master": "4.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Hashids\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ivan Akimov",
+ "email": "ivan@barreleye.com"
+ },
+ {
+ "name": "Vincent Klaiber",
+ "email": "hello@doubledip.se"
+ }
+ ],
+ "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
+ "homepage": "https://hashids.org/php",
+ "keywords": [
+ "bitly",
+ "decode",
+ "encode",
+ "hash",
+ "hashid",
+ "hashids",
+ "ids",
+ "obfuscate",
+ "youtube"
+ ],
+ "support": {
+ "issues": "https://github.com/vinkla/hashids/issues",
+ "source": "https://github.com/vinkla/hashids/tree/4.1.0"
+ },
+ "time": "2020-11-26T19:24:33+00:00"
+ },
+ {
"name": "jakeasmith/http_build_url",
"version": "1.0.1",
"source": {
@@ -7105,5 +7175,8 @@
"ext-dom": "*"
},
"platform-dev": [],
- "plugin-api-version": "2.3.0"
+ "platform-overrides": {
+ "php": "7.2.5"
+ },
+ "plugin-api-version": "2.0.0"
}