1{ 2 "packages": [ 3 { 4 "name": "antlr/antlr4-php-runtime", 5 "version": "0.5.0", 6 "version_normalized": "0.5.0.0", 7 "source": { 8 "type": "git", 9 "url": "https://github.com/antlr/antlr-php-runtime.git", 10 "reference": "0cb16628b575b50bd087a81d11bd961ac3b8e9e9" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/0cb16628b575b50bd087a81d11bd961ac3b8e9e9", 15 "reference": "0cb16628b575b50bd087a81d11bd961ac3b8e9e9", 16 "shasum": "" 17 }, 18 "require": { 19 "ext-mbstring": "*", 20 "php": "^7.2" 21 }, 22 "require-dev": { 23 "phpstan/extension-installer": "^1.0", 24 "phpstan/phpstan": "^0.11.4", 25 "slevomat/coding-standard": "^5.0.4", 26 "squizlabs/php_codesniffer": "^3.4.1" 27 }, 28 "time": "2021-03-11T21:58:33+00:00", 29 "type": "library", 30 "extra": { 31 "branch-alias": { 32 "dev-master": "0.2-dev" 33 } 34 }, 35 "installation-source": "dist", 36 "autoload": { 37 "psr-4": { 38 "Antlr\\Antlr4\\Runtime\\": "src/" 39 } 40 }, 41 "notification-url": "https://packagist.org/downloads/", 42 "license": [ 43 "BSD-3-Clause" 44 ], 45 "description": "PHP 7 runtime for ANTLR 4", 46 "keywords": [ 47 "antlr4", 48 "php", 49 "runtime" 50 ], 51 "support": { 52 "issues": "https://github.com/antlr/antlr-php-runtime/issues", 53 "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.0" 54 }, 55 "install-path": "../antlr/antlr4-php-runtime" 56 }, 57 { 58 "name": "dragonmantank/cron-expression", 59 "version": "v1.2.1", 60 "version_normalized": "1.2.1.0", 61 "source": { 62 "type": "git", 63 "url": "https://github.com/dragonmantank/cron-expression.git", 64 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" 65 }, 66 "dist": { 67 "type": "zip", 68 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", 69 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", 70 "shasum": "" 71 }, 72 "require": { 73 "php": ">=5.3.2" 74 }, 75 "require-dev": { 76 "phpunit/phpunit": "~4.0|~5.0" 77 }, 78 "time": "2017-01-23T04:29:33+00:00", 79 "type": "library", 80 "installation-source": "dist", 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 "install-path": "../dragonmantank/cron-expression" 106 }, 107 { 108 "name": "hidehalo/nanoid-php", 109 "version": "1.1.8", 110 "version_normalized": "1.1.8.0", 111 "source": { 112 "type": "git", 113 "url": "https://github.com/hidehalo/nanoid-php.git", 114 "reference": "14187ab7a5affa34078b6a54df94176bb7a21227" 115 }, 116 "dist": { 117 "type": "zip", 118 "url": "https://api.github.com/repos/hidehalo/nanoid-php/zipball/14187ab7a5affa34078b6a54df94176bb7a21227", 119 "reference": "14187ab7a5affa34078b6a54df94176bb7a21227", 120 "shasum": "" 121 }, 122 "require": { 123 "paragonie/random_compat": ">=2.0", 124 "php": "~5.6|~7.0|~8.0" 125 }, 126 "require-dev": { 127 "phpunit/phpunit": ">=5.6", 128 "squizlabs/php_codesniffer": "^2.3" 129 }, 130 "time": "2020-12-11T09:24:45+00:00", 131 "type": "library", 132 "extra": { 133 "branch-alias": { 134 "dev-master": "1.0-dev" 135 } 136 }, 137 "installation-source": "dist", 138 "autoload": { 139 "psr-4": { 140 "Hidehalo\\Nanoid\\": "src" 141 } 142 }, 143 "notification-url": "https://packagist.org/downloads/", 144 "license": [ 145 "MIT" 146 ], 147 "authors": [ 148 { 149 "name": "hidehalo", 150 "email": "tianchen_cc@yeah.net", 151 "homepage": "https://github.com/hidehalo", 152 "role": "Owner" 153 } 154 ], 155 "description": "A copy of nanoid in PHP", 156 "homepage": "https://github.com/hidehalo/nanoid-php", 157 "keywords": [ 158 "hidehalo", 159 "nanoid-php" 160 ], 161 "support": { 162 "issues": "https://github.com/hidehalo/nanoid-php/issues", 163 "source": "https://github.com/hidehalo/nanoid-php/tree/1.1.8" 164 }, 165 "install-path": "../hidehalo/nanoid-php" 166 }, 167 { 168 "name": "paragonie/random_compat", 169 "version": "v9.99.100", 170 "version_normalized": "9.99.100.0", 171 "source": { 172 "type": "git", 173 "url": "https://github.com/paragonie/random_compat.git", 174 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" 175 }, 176 "dist": { 177 "type": "zip", 178 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", 179 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", 180 "shasum": "" 181 }, 182 "require": { 183 "php": ">= 7" 184 }, 185 "require-dev": { 186 "phpunit/phpunit": "4.*|5.*", 187 "vimeo/psalm": "^1" 188 }, 189 "suggest": { 190 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 191 }, 192 "time": "2020-10-15T08:29:30+00:00", 193 "type": "library", 194 "installation-source": "dist", 195 "notification-url": "https://packagist.org/downloads/", 196 "license": [ 197 "MIT" 198 ], 199 "authors": [ 200 { 201 "name": "Paragon Initiative Enterprises", 202 "email": "security@paragonie.com", 203 "homepage": "https://paragonie.com" 204 } 205 ], 206 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 207 "keywords": [ 208 "csprng", 209 "polyfill", 210 "pseudorandom", 211 "random" 212 ], 213 "support": { 214 "email": "info@paragonie.com", 215 "issues": "https://github.com/paragonie/random_compat/issues", 216 "source": "https://github.com/paragonie/random_compat" 217 }, 218 "install-path": "../paragonie/random_compat" 219 } 220 ], 221 "dev": true, 222 "dev-package-names": [] 223} 224