|
1 | 1 | { |
2 | | - "name": "roadrunner-php/laravel-bridge", |
3 | | - "type": "library", |
4 | | - "description": "Laravel integration for RoadRunner with support for HTTP, Jobs, gRPC, and Temporal plugins - going beyond Octane's capabilities", |
5 | | - "keywords": [ |
6 | | - "laravel", |
7 | | - "bridge", |
8 | | - "roadrunner", |
9 | | - "temporal", |
10 | | - "grpc", |
11 | | - "queue", |
12 | | - "cache", |
13 | | - "http" |
14 | | - ], |
15 | | - "funding": [ |
16 | | - { |
17 | | - "type": "github", |
18 | | - "url": "https://github.com/sponsors/roadrunner-server" |
19 | | - } |
20 | | - ], |
21 | | - "license": "MIT", |
22 | | - "authors": [ |
23 | | - { |
24 | | - "name": "butschster", |
25 | | - "homepage": "https://github.com/butschster" |
| 2 | + "name": "roadrunner-php/laravel-bridge", |
| 3 | + "type": "library", |
| 4 | + "description": "Laravel integration for RoadRunner with support for HTTP, Jobs, gRPC, and Temporal plugins - going beyond Octane's capabilities", |
| 5 | + "keywords": [ |
| 6 | + "laravel", |
| 7 | + "bridge", |
| 8 | + "roadrunner", |
| 9 | + "temporal", |
| 10 | + "grpc", |
| 11 | + "queue", |
| 12 | + "cache", |
| 13 | + "http" |
| 14 | + ], |
| 15 | + "funding": [ |
| 16 | + { |
| 17 | + "type": "github", |
| 18 | + "url": "https://github.com/sponsors/roadrunner-server" |
| 19 | + } |
| 20 | + ], |
| 21 | + "license": "MIT", |
| 22 | + "authors": [ |
| 23 | + { |
| 24 | + "name": "butschster", |
| 25 | + "homepage": "https://github.com/butschster" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "roxblnfk", |
| 29 | + "homepage": "https://github.com/roxblnfk" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "tarampampam", |
| 33 | + "homepage": "https://github.com/tarampampam" |
| 34 | + } |
| 35 | + ], |
| 36 | + "require": { |
| 37 | + "php": "^8.2", |
| 38 | + "spiral/roadrunner-kv": "^4.0", |
| 39 | + "spiral/roadrunner-jobs": "^4.0", |
| 40 | + "spiral/roadrunner-grpc": "^3.5", |
| 41 | + "laravel/octane": "^2.9", |
| 42 | + "spiral/roadrunner-http": "^3.0", |
| 43 | + "spiral/roadrunner-worker": "^3.0", |
| 44 | + "temporal/sdk": "^2.0", |
| 45 | + "internal/dload": "^1.1" |
26 | 46 | }, |
27 | | - { |
28 | | - "name": "roxblnfk", |
29 | | - "homepage": "https://github.com/roxblnfk" |
| 47 | + "require-dev": { |
| 48 | + "laravel/framework": "^12.0", |
| 49 | + "spiral/code-style": "^2.2.2", |
| 50 | + "rector/rector": "^2.0", |
| 51 | + "guzzlehttp/guzzle": "^7.0", |
| 52 | + "mockery/mockery": "^1.6", |
| 53 | + "phpstan/phpstan": "^2.1", |
| 54 | + "phpunit/phpunit": "^10.0" |
30 | 55 | }, |
31 | | - { |
32 | | - "name": "tarampampam", |
33 | | - "homepage": "https://github.com/tarampampam" |
34 | | - } |
35 | | - ], |
36 | | - "require": { |
37 | | - "php": "^8.2", |
38 | | - "spiral/roadrunner-kv": "^4.0", |
39 | | - "spiral/roadrunner-jobs": "^4.0", |
40 | | - "spiral/roadrunner-grpc": "^3.5", |
41 | | - "laravel/octane": "^2.9", |
42 | | - "spiral/roadrunner-http": "^3.0", |
43 | | - "spiral/roadrunner-worker": "^3.0", |
44 | | - "temporal/sdk": "^2.0", |
45 | | - "internal/dload": "^1.1" |
46 | | - }, |
47 | | - "require-dev": { |
48 | | - "laravel/framework": "^12.0", |
49 | | - "spiral/code-style": "^2.2.2", |
50 | | - "rector/rector": "^2.0", |
51 | | - "guzzlehttp/guzzle": "^7.0", |
52 | | - "mockery/mockery": "^1.6", |
53 | | - "phpstan/phpstan": "^2.1", |
54 | | - "phpunit/phpunit": "^10.0" |
55 | | - }, |
56 | | - "autoload": { |
57 | | - "psr-4": { |
58 | | - "Spiral\\RoadRunnerLaravel\\": "src/" |
59 | | - } |
60 | | - }, |
61 | | - "autoload-dev": { |
62 | | - "psr-4": { |
63 | | - "Spiral\\RoadRunnerLaravel\\Tests\\": "tests/" |
64 | | - } |
65 | | - }, |
66 | | - "bin": [ |
67 | | - "bin/rr-worker" |
68 | | - ], |
69 | | - "scripts": { |
70 | | - "get:rr": "dload get rr", |
71 | | - "get:temporal": "dload get temporal", |
72 | | - "get:protoc": "dload get protoc protoc-gen-php-grpc", |
73 | | - "cs-check": "vendor/bin/php-cs-fixer fix --dry-run", |
74 | | - "cs-fix": "vendor/bin/php-cs-fixer fix", |
75 | | - "refactor": "rector process --config=rector.php", |
76 | | - "refactor:ci": "rector process --config=rector.php --dry-run --ansi", |
77 | | - "phpunit": "@php ./vendor/bin/phpunit --no-coverage", |
78 | | - "phpunit-cover": "@php ./vendor/bin/phpunit", |
79 | | - "phpstan": "@php ./vendor/bin/phpstan analyze -c ./phpstan.neon.dist --no-progress --ansi", |
80 | | - "test": [ |
81 | | - "@phpstan", |
82 | | - "@phpunit" |
| 56 | + "autoload": { |
| 57 | + "psr-4": { |
| 58 | + "Spiral\\RoadRunnerLaravel\\": "src/" |
| 59 | + } |
| 60 | + }, |
| 61 | + "autoload-dev": { |
| 62 | + "psr-4": { |
| 63 | + "Spiral\\RoadRunnerLaravel\\Tests\\": "tests/" |
| 64 | + } |
| 65 | + }, |
| 66 | + "bin": [ |
| 67 | + "bin/rr-worker" |
83 | 68 | ], |
84 | | - "test-cover": [ |
85 | | - "@phpstan", |
86 | | - "@phpunit-cover" |
87 | | - ] |
88 | | - }, |
89 | | - "extra": { |
90 | | - "laravel": { |
91 | | - "providers": [ |
92 | | - "Spiral\\RoadRunnerLaravel\\ServiceProvider", |
93 | | - "Spiral\\RoadRunnerLaravel\\Queue\\QueueServiceProvider", |
94 | | - "Spiral\\RoadRunnerLaravel\\Cache\\CacheServiceProvider", |
95 | | - "Spiral\\RoadRunnerLaravel\\Temporal\\TemporalServiceProvider" |
96 | | - ] |
| 69 | + "scripts": { |
| 70 | + "get:rr": "dload get rr", |
| 71 | + "get:temporal": "dload get temporal", |
| 72 | + "get:protoc": "dload get protoc protoc-gen-php-grpc", |
| 73 | + "cs:check": "php-cs-fixer fix --dry-run", |
| 74 | + "cs:fix": "php-cs-fixer fix", |
| 75 | + "refactor": "rector process --config=rector.php", |
| 76 | + "refactor:ci": "rector process --config=rector.php --dry-run --ansi", |
| 77 | + "phpunit": "phpunit --no-coverage", |
| 78 | + "phpunit-cover": "phpunit", |
| 79 | + "phpstan": "phpstan analyze -c ./phpstan.neon.dist --no-progress --ansi", |
| 80 | + "test": "phpunit --color=always --testdox", |
| 81 | + "test:unit": "phpunit --color=always --testsuite=Unit", |
| 82 | + "test:feat": "phpunit --color=always --testsuite=Feature", |
| 83 | + "test-cover": [ |
| 84 | + "phpstan", |
| 85 | + "@putenv XDEBUG_MODE=coverage", |
| 86 | + "phpunit --coverage-clover=runtime/phpunit/logs/clover.xml --color=always" |
| 87 | + ] |
| 88 | + }, |
| 89 | + "extra": { |
| 90 | + "laravel": { |
| 91 | + "providers": [ |
| 92 | + "Spiral\\RoadRunnerLaravel\\ServiceProvider", |
| 93 | + "Spiral\\RoadRunnerLaravel\\Queue\\QueueServiceProvider", |
| 94 | + "Spiral\\RoadRunnerLaravel\\Cache\\CacheServiceProvider", |
| 95 | + "Spiral\\RoadRunnerLaravel\\Temporal\\TemporalServiceProvider" |
| 96 | + ] |
| 97 | + } |
| 98 | + }, |
| 99 | + "support": { |
| 100 | + "issues": "https://github.com/roadrunner-php/laravel-bridge/issues", |
| 101 | + "source": "https://github.com/roadrunner-php/laravel-bridge" |
97 | 102 | } |
98 | | - }, |
99 | | - "support": { |
100 | | - "issues": "https://github.com/roadrunner-php/laravel-bridge/issues", |
101 | | - "source": "https://github.com/roadrunner-php/laravel-bridge" |
102 | | - } |
103 | 103 | } |
0 commit comments