Changeset 1c25bcf for composer.lock
- Timestamp:
- 10/25/21 21:49:53 (3 years ago)
- Branches:
- develop, master
- Children:
- e756bd9
- Parents:
- 05e57e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
composer.lock
r05e57e2 r1c25bcf 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 61f24de9d06fa59e54b40678972f3a4c",7 "content-hash": "f1f4f72f85ff472e21ae234b87782d80", 8 8 "packages": [ 9 9 { … … 1077 1077 ], 1078 1078 "time": "2021-10-06T17:43:30+00:00" 1079 }, 1080 { 1081 "name": "hashids/hashids", 1082 "version": "4.1.0", 1083 "source": { 1084 "type": "git", 1085 "url": "https://github.com/vinkla/hashids.git", 1086 "reference": "8cab111f78e0bd9c76953b082919fc9e251761be" 1087 }, 1088 "dist": { 1089 "type": "zip", 1090 "url": "https://api.github.com/repos/vinkla/hashids/zipball/8cab111f78e0bd9c76953b082919fc9e251761be", 1091 "reference": "8cab111f78e0bd9c76953b082919fc9e251761be", 1092 "shasum": "" 1093 }, 1094 "require": { 1095 "ext-mbstring": "*", 1096 "php": "^7.2 || ^8.0" 1097 }, 1098 "require-dev": { 1099 "phpunit/phpunit": "^8.0 || ^9.4", 1100 "squizlabs/php_codesniffer": "^3.5" 1101 }, 1102 "suggest": { 1103 "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).", 1104 "ext-gmp": "Required to use GNU multiple precision mathematics (*)." 1105 }, 1106 "type": "library", 1107 "extra": { 1108 "branch-alias": { 1109 "dev-master": "4.1-dev" 1110 } 1111 }, 1112 "autoload": { 1113 "psr-4": { 1114 "Hashids\\": "src/" 1115 } 1116 }, 1117 "notification-url": "https://packagist.org/downloads/", 1118 "license": [ 1119 "MIT" 1120 ], 1121 "authors": [ 1122 { 1123 "name": "Ivan Akimov", 1124 "email": "ivan@barreleye.com" 1125 }, 1126 { 1127 "name": "Vincent Klaiber", 1128 "email": "hello@doubledip.se" 1129 } 1130 ], 1131 "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers", 1132 "homepage": "https://hashids.org/php", 1133 "keywords": [ 1134 "bitly", 1135 "decode", 1136 "encode", 1137 "hash", 1138 "hashid", 1139 "hashids", 1140 "ids", 1141 "obfuscate", 1142 "youtube" 1143 ], 1144 "support": { 1145 "issues": "https://github.com/vinkla/hashids/issues", 1146 "source": "https://github.com/vinkla/hashids/tree/4.1.0" 1147 }, 1148 "time": "2020-11-26T19:24:33+00:00" 1079 1149 }, 1080 1150 {
Note:
See TracChangeset
for help on using the changeset viewer.