{ "packages": [ { "name": "antlr/antlr4-php-runtime", "version": "0.5.0", "version_normalized": "0.5.0.0", "source": { "type": "git", "url": "https://github.com/antlr/antlr-php-runtime.git", "reference": "0cb16628b575b50bd087a81d11bd961ac3b8e9e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/0cb16628b575b50bd087a81d11bd961ac3b8e9e9", "reference": "0cb16628b575b50bd087a81d11bd961ac3b8e9e9", "shasum": "" }, "require": { "ext-mbstring": "*", "php": "^7.2" }, "require-dev": { "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.11.4", "slevomat/coding-standard": "^5.0.4", "squizlabs/php_codesniffer": "^3.4.1" }, "time": "2021-03-11T21:58:33+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Antlr\\Antlr4\\Runtime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "PHP 7 runtime for ANTLR 4", "keywords": [ "antlr4", "php", "runtime" ], "support": { "issues": "https://github.com/antlr/antlr-php-runtime/issues", "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.0" }, "install-path": "../antlr/antlr4-php-runtime" }, { "name": "dragonmantank/cron-expression", "version": "v1.2.1", "version_normalized": "1.2.1.0", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" }, "time": "2017-01-23T04:29:33+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Cron\\": "src/Cron/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", "keywords": [ "cron", "schedule" ], "support": { "source": "https://github.com/dragonmantank/cron-expression/tree/v1.2.0" }, "install-path": "../dragonmantank/cron-expression" }, { "name": "hidehalo/nanoid-php", "version": "1.1.8", "version_normalized": "1.1.8.0", "source": { "type": "git", "url": "https://github.com/hidehalo/nanoid-php.git", "reference": "14187ab7a5affa34078b6a54df94176bb7a21227" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hidehalo/nanoid-php/zipball/14187ab7a5affa34078b6a54df94176bb7a21227", "reference": "14187ab7a5affa34078b6a54df94176bb7a21227", "shasum": "" }, "require": { "paragonie/random_compat": ">=2.0", "php": "~5.6|~7.0|~8.0" }, "require-dev": { "phpunit/phpunit": ">=5.6", "squizlabs/php_codesniffer": "^2.3" }, "time": "2020-12-11T09:24:45+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Hidehalo\\Nanoid\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "hidehalo", "email": "tianchen_cc@yeah.net", "homepage": "https://github.com/hidehalo", "role": "Owner" } ], "description": "A copy of nanoid in PHP", "homepage": "https://github.com/hidehalo/nanoid-php", "keywords": [ "hidehalo", "nanoid-php" ], "support": { "issues": "https://github.com/hidehalo/nanoid-php/issues", "source": "https://github.com/hidehalo/nanoid-php/tree/1.1.8" }, "install-path": "../hidehalo/nanoid-php" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "version_normalized": "9.99.100.0", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "time": "2020-10-15T08:29:30+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "install-path": "../paragonie/random_compat" } ], "dev": true, "dev-package-names": [] }