|
1 | 1 | { |
2 | | - "name": "vladimir-yuldashev/laravel-queue-rabbitmq", |
3 | | - "description": "RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.", |
4 | | - "license": "MIT", |
5 | | - "authors": [ |
6 | | - { |
7 | | - "name": "Vladimir Yuldashev", |
8 | | - "email": "misterio92@gmail.com" |
9 | | - } |
10 | | - ], |
11 | | - "require": { |
12 | | - "php": "^7.3|^8.0", |
13 | | - "ext-json": "*", |
14 | | - "illuminate/queue": "^8.0", |
15 | | - "php-amqplib/php-amqplib": "^2.12|^3.0" |
16 | | - }, |
17 | | - "require-dev": { |
18 | | - "phpunit/phpunit": "^9.3", |
19 | | - "mockery/mockery": "^1.0", |
20 | | - "laravel/horizon": "^5.0", |
21 | | - "friendsofphp/php-cs-fixer": "^2.17", |
22 | | - "orchestra/testbench": "^6.0" |
23 | | - }, |
24 | | - "autoload": { |
25 | | - "psr-4": { |
26 | | - "VladimirYuldashev\\LaravelQueueRabbitMQ\\": "src/" |
27 | | - } |
28 | | - }, |
29 | | - "autoload-dev": { |
30 | | - "psr-4": { |
31 | | - "VladimirYuldashev\\LaravelQueueRabbitMQ\\Tests\\": "tests/" |
32 | | - } |
33 | | - }, |
34 | | - "extra": { |
35 | | - "branch-alias": { |
36 | | - "dev-master": "11.0-dev" |
37 | | - }, |
38 | | - "laravel": { |
39 | | - "providers": [ |
40 | | - "VladimirYuldashev\\LaravelQueueRabbitMQ\\LaravelQueueRabbitMQServiceProvider" |
41 | | - ] |
42 | | - } |
43 | | - }, |
44 | | - "suggest": { |
45 | | - "ext-pcntl": "Required to use all features of the queue consumer." |
46 | | - }, |
47 | | - "scripts": { |
48 | | - "test": [ |
49 | | - "@test:style", |
50 | | - "@test:unit" |
| 2 | + "name": "paingheinthu/laravel-queue-rabbitmq", |
| 3 | + "description": "RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.", |
| 4 | + "license": "MIT", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Vladimir Yuldashev", |
| 8 | + "email": "misterio92@gmail.com" |
| 9 | + } |
51 | 10 | ], |
52 | | - "test:style": "@php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes --dry-run --diff --verbose", |
53 | | - "test:unit": "@php vendor/bin/phpunit", |
54 | | - "fix:style": "@php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes --diff --verbose" |
55 | | - }, |
56 | | - "minimum-stability": "dev", |
57 | | - "prefer-stable": true |
| 11 | + "require": { |
| 12 | + "php": "^7.3|^8.0", |
| 13 | + "ext-json": "*", |
| 14 | + "illuminate/queue": "^9.0", |
| 15 | + "php-amqplib/php-amqplib": "^2.12|^3.0" |
| 16 | + }, |
| 17 | + "require-dev": { |
| 18 | + "phpunit/phpunit": "^9.3", |
| 19 | + "mockery/mockery": "^1.0", |
| 20 | + "laravel/horizon": "^5.0", |
| 21 | + "friendsofphp/php-cs-fixer": "^2.17", |
| 22 | + "orchestra/testbench": "^6.0" |
| 23 | + }, |
| 24 | + "autoload": { |
| 25 | + "psr-4": { |
| 26 | + "VladimirYuldashev\\LaravelQueueRabbitMQ\\": "src/" |
| 27 | + } |
| 28 | + }, |
| 29 | + "autoload-dev": { |
| 30 | + "psr-4": { |
| 31 | + "VladimirYuldashev\\LaravelQueueRabbitMQ\\Tests\\": "tests/" |
| 32 | + } |
| 33 | + }, |
| 34 | + "extra": { |
| 35 | + "branch-alias": { |
| 36 | + "dev-master": "11.0-dev" |
| 37 | + }, |
| 38 | + "laravel": { |
| 39 | + "providers": [ |
| 40 | + "VladimirYuldashev\\LaravelQueueRabbitMQ\\LaravelQueueRabbitMQServiceProvider" |
| 41 | + ] |
| 42 | + } |
| 43 | + }, |
| 44 | + "suggest": { |
| 45 | + "ext-pcntl": "Required to use all features of the queue consumer." |
| 46 | + }, |
| 47 | + "scripts": { |
| 48 | + "test": [ |
| 49 | + "@test:style", |
| 50 | + "@test:unit" |
| 51 | + ], |
| 52 | + "test:style": "@php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes --dry-run --diff --verbose", |
| 53 | + "test:unit": "@php vendor/bin/phpunit", |
| 54 | + "fix:style": "@php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes --diff --verbose" |
| 55 | + }, |
| 56 | + "minimum-stability": "dev", |
| 57 | + "prefer-stable": true |
58 | 58 | } |
0 commit comments