|
|
@@ -824,67 +824,6 @@
|
|
|
"yii2"
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- "name": "mikemadisonweb/yii2-rabbitmq",
|
|
|
- "version": "dev-master",
|
|
|
- "version_normalized": "9999999-dev",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/mikemadisonweb/yii2-rabbitmq.git",
|
|
|
- "reference": "8bd72d8ba00862e71171e26f770ecc4676bd532c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/mikemadisonweb/yii2-rabbitmq/zipball/8bd72d8ba00862e71171e26f770ecc4676bd532c",
|
|
|
- "reference": "8bd72d8ba00862e71171e26f770ecc4676bd532c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.0",
|
|
|
- "php-amqplib/php-amqplib": "^2.9",
|
|
|
- "yiisoft/yii2": "^2.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "php-coveralls/php-coveralls": "^1.0",
|
|
|
- "phpunit/phpunit": "^6.4"
|
|
|
- },
|
|
|
- "time": "2019-07-08T13:33:10+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "bootstrap": "mikemadisonweb\\rabbitmq\\DependencyInjection"
|
|
|
- },
|
|
|
- "installation-source": "source",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "mikemadisonweb\\rabbitmq\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mikhail Bakulin",
|
|
|
- "email": "mikemadweb@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.",
|
|
|
- "keywords": [
|
|
|
- "AMQP",
|
|
|
- "distributed systems",
|
|
|
- "extension",
|
|
|
- "message queue",
|
|
|
- "rabbitmq",
|
|
|
- "yii2"
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
"name": "php-amqplib/php-amqplib",
|
|
|
"version": "dev-master",
|
|
|
@@ -2033,5 +1972,129 @@
|
|
|
"swiftmailer",
|
|
|
"yii2"
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mikemadisonweb/yii2-rabbitmq",
|
|
|
+ "version": "2.2.1",
|
|
|
+ "version_normalized": "2.2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/mikemadisonweb/yii2-rabbitmq.git",
|
|
|
+ "reference": "d5574048b813f26f57996b0a7819a879df5826e2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/mikemadisonweb/yii2-rabbitmq/zipball/d5574048b813f26f57996b0a7819a879df5826e2",
|
|
|
+ "reference": "d5574048b813f26f57996b0a7819a879df5826e2",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0",
|
|
|
+ "php-amqplib/php-amqplib": "^2.9",
|
|
|
+ "yiisoft/yii2": "^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^1.0",
|
|
|
+ "phpunit/phpunit": "^6.4"
|
|
|
+ },
|
|
|
+ "time": "2019-04-23T12:48:21+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "bootstrap": "mikemadisonweb\\rabbitmq\\DependencyInjection"
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "mikemadisonweb\\rabbitmq\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mikhail Bakulin",
|
|
|
+ "email": "mikemadweb@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.",
|
|
|
+ "keywords": [
|
|
|
+ "AMQP",
|
|
|
+ "distributed systems",
|
|
|
+ "extension",
|
|
|
+ "message queue",
|
|
|
+ "rabbitmq",
|
|
|
+ "yii2"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lcobucci/jwt",
|
|
|
+ "version": "3.4.x-dev",
|
|
|
+ "version_normalized": "3.4.9999999.9999999-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/lcobucci/jwt.git",
|
|
|
+ "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
+ "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mikey179/vfsstream": "~1.5",
|
|
|
+ "phpmd/phpmd": "~2.2",
|
|
|
+ "phpunit/php-invoker": "~1.1",
|
|
|
+ "phpunit/phpunit": "^5.7 || ^7.3",
|
|
|
+ "squizlabs/php_codesniffer": "~2.3"
|
|
|
+ },
|
|
|
+ "time": "2019-05-24T18:30:49+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Lcobucci\\JWT\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Luís Otávio Cobucci Oblonczyk",
|
|
|
+ "email": "lcobucci@gmail.com",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
|
|
+ "keywords": [
|
|
|
+ "JWS",
|
|
|
+ "jwt"
|
|
|
+ ]
|
|
|
}
|
|
|
]
|