1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "89f8e6a6bfdfdf5cf7d320872afef4c6", 8 "packages": [ 9 { 10 "name": "antlr/antlr4-php-runtime", 11 "version": "0.5.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/antlr/antlr-php-runtime.git", 15 "reference": "0cb16628b575b50bd087a81d11bd961ac3b8e9e9" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/0cb16628b575b50bd087a81d11bd961ac3b8e9e9", 20 "reference": "0cb16628b575b50bd087a81d11bd961ac3b8e9e9", 21 "shasum": "" 22 }, 23 "require": { 24 "ext-mbstring": "*", 25 "php": "^7.2" 26 }, 27 "require-dev": { 28 "phpstan/extension-installer": "^1.0", 29 "phpstan/phpstan": "^0.11.4", 30 "slevomat/coding-standard": "^5.0.4", 31 "squizlabs/php_codesniffer": "^3.4.1" 32 }, 33 "type": "library", 34 "extra": { 35 "branch-alias": { 36 "dev-master": "0.2-dev" 37 } 38 }, 39 "autoload": { 40 "psr-4": { 41 "Antlr\\Antlr4\\Runtime\\": "src/" 42 } 43 }, 44 "notification-url": "https://packagist.org/downloads/", 45 "license": [ 46 "BSD-3-Clause" 47 ], 48 "description": "PHP 7 runtime for ANTLR 4", 49 "keywords": [ 50 "antlr4", 51 "php", 52 "runtime" 53 ], 54 "support": { 55 "issues": "https://github.com/antlr/antlr-php-runtime/issues", 56 "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.0" 57 }, 58 "time": "2021-03-11T21:58:33+00:00" 59 }, 60 { 61 "name": "dragonmantank/cron-expression", 62 "version": "v1.2.1", 63 "source": { 64 "type": "git", 65 "url": "https://github.com/dragonmantank/cron-expression.git", 66 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" 67 }, 68 "dist": { 69 "type": "zip", 70 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", 71 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", 72 "shasum": "" 73 }, 74 "require": { 75 "php": ">=5.3.2" 76 }, 77 "require-dev": { 78 "phpunit/phpunit": "~4.0|~5.0" 79 }, 80 "type": "library", 81 "autoload": { 82 "psr-4": { 83 "Cron\\": "src/Cron/" 84 } 85 }, 86 "notification-url": "https://packagist.org/downloads/", 87 "license": [ 88 "MIT" 89 ], 90 "authors": [ 91 { 92 "name": "Michael Dowling", 93 "email": "mtdowling@gmail.com", 94 "homepage": "https://github.com/mtdowling" 95 } 96 ], 97 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", 98 "keywords": [ 99 "cron", 100 "schedule" 101 ], 102 "support": { 103 "source": "https://github.com/dragonmantank/cron-expression/tree/v1.2.0" 104 }, 105 "time": "2017-01-23T04:29:33+00:00" 106 }, 107 { 108 "name": "hidehalo/nanoid-php", 109 "version": "1.1.8", 110 "source": { 111 "type": "git", 112 "url": "https://github.com/hidehalo/nanoid-php.git", 113 "reference": "14187ab7a5affa34078b6a54df94176bb7a21227" 114 }, 115 "dist": { 116 "type": "zip", 117 "url": "https://api.github.com/repos/hidehalo/nanoid-php/zipball/14187ab7a5affa34078b6a54df94176bb7a21227", 118 "reference": "14187ab7a5affa34078b6a54df94176bb7a21227", 119 "shasum": "" 120 }, 121 "require": { 122 "paragonie/random_compat": ">=2.0", 123 "php": "~5.6|~7.0|~8.0" 124 }, 125 "require-dev": { 126 "phpunit/phpunit": ">=5.6", 127 "squizlabs/php_codesniffer": "^2.3" 128 }, 129 "type": "library", 130 "extra": { 131 "branch-alias": { 132 "dev-master": "1.0-dev" 133 } 134 }, 135 "autoload": { 136 "psr-4": { 137 "Hidehalo\\Nanoid\\": "src" 138 } 139 }, 140 "notification-url": "https://packagist.org/downloads/", 141 "license": [ 142 "MIT" 143 ], 144 "authors": [ 145 { 146 "name": "hidehalo", 147 "email": "tianchen_cc@yeah.net", 148 "homepage": "https://github.com/hidehalo", 149 "role": "Owner" 150 } 151 ], 152 "description": "A copy of nanoid in PHP", 153 "homepage": "https://github.com/hidehalo/nanoid-php", 154 "keywords": [ 155 "hidehalo", 156 "nanoid-php" 157 ], 158 "support": { 159 "issues": "https://github.com/hidehalo/nanoid-php/issues", 160 "source": "https://github.com/hidehalo/nanoid-php/tree/1.1.8" 161 }, 162 "time": "2020-12-11T09:24:45+00:00" 163 }, 164 { 165 "name": "paragonie/random_compat", 166 "version": "v9.99.100", 167 "source": { 168 "type": "git", 169 "url": "https://github.com/paragonie/random_compat.git", 170 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" 171 }, 172 "dist": { 173 "type": "zip", 174 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", 175 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", 176 "shasum": "" 177 }, 178 "require": { 179 "php": ">= 7" 180 }, 181 "require-dev": { 182 "phpunit/phpunit": "4.*|5.*", 183 "vimeo/psalm": "^1" 184 }, 185 "suggest": { 186 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 187 }, 188 "type": "library", 189 "notification-url": "https://packagist.org/downloads/", 190 "license": [ 191 "MIT" 192 ], 193 "authors": [ 194 { 195 "name": "Paragon Initiative Enterprises", 196 "email": "security@paragonie.com", 197 "homepage": "https://paragonie.com" 198 } 199 ], 200 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 201 "keywords": [ 202 "csprng", 203 "polyfill", 204 "pseudorandom", 205 "random" 206 ], 207 "support": { 208 "email": "info@paragonie.com", 209 "issues": "https://github.com/paragonie/random_compat/issues", 210 "source": "https://github.com/paragonie/random_compat" 211 }, 212 "time": "2020-10-15T08:29:30+00:00" 213 } 214 ], 215 "packages-dev": [], 216 "aliases": [], 217 "minimum-stability": "stable", 218 "stability-flags": [], 219 "prefer-stable": false, 220 "prefer-lowest": false, 221 "platform": { 222 "php": ">=7.2" 223 }, 224 "platform-dev": [], 225 "plugin-api-version": "2.0.0" 226} 227