|
1 | 1 | { |
2 | | - "name": "php-etl/rabbitmq-flow", |
3 | | - "description": "RabbitMQ implementation for the ETL pipeline", |
4 | | - "type": "library", |
5 | | - "license": "MIT", |
6 | | - "authors": [ |
7 | | - { |
8 | | - "name": "Kiboko SAS", |
9 | | - "homepage": "http://kiboko.fr" |
| 2 | + "name": "php-etl/rabbitmq-flow", |
| 3 | + "description": "RabbitMQ implementation for the ETL pipeline", |
| 4 | + "type": "library", |
| 5 | + "license": "MIT", |
| 6 | + "authors": [ |
| 7 | + { |
| 8 | + "name": "Kiboko SAS", |
| 9 | + "homepage": "http://kiboko.fr" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "Grégory Planchat", |
| 13 | + "email": "gregory@kiboko.fr" |
| 14 | + } |
| 15 | + ], |
| 16 | + "autoload": { |
| 17 | + "psr-4": { |
| 18 | + "Kiboko\\Component\\Flow\\RabbitMQ\\": "src/" |
| 19 | + } |
10 | 20 | }, |
11 | | - { |
12 | | - "name": "Grégory Planchat", |
13 | | - "email": "gregory@kiboko.fr" |
14 | | - } |
15 | | - ], |
16 | | - "autoload": { |
17 | | - "psr-4": { |
18 | | - "Kiboko\\Component\\Flow\\RabbitMQ\\": "src/" |
19 | | - } |
20 | | - }, |
21 | | - "autoload-dev": { |
22 | | - "psr-4": { |
23 | | - "unit\\Kiboko\\Component\\Flow\\RabbitMQ\\": "tests/unit/", |
24 | | - "functional\\Kiboko\\Component\\Flow\\RabbitMQ\\": "tests/functional/", |
25 | | - "integration\\Kiboko\\Component\\Flow\\RabbitMQ\\": "tests/integration/" |
26 | | - } |
27 | | - }, |
28 | | - "config": { |
29 | | - "bin-dir": "bin", |
30 | | - "allow-plugins": { |
31 | | - "infection/extension-installer": true |
32 | | - } |
33 | | - }, |
34 | | - "minimum-stability": "dev", |
35 | | - "prefer-stable": true, |
36 | | - "require": { |
37 | | - "php": "^8.2", |
38 | | - "php-etl/pipeline-contracts": "0.4.*", |
39 | | - "php-etl/bucket": "*", |
40 | | - "bunny/bunny": "*", |
41 | | - "ramsey/uuid": "^4.2" |
42 | | - }, |
43 | | - "require-dev": { |
44 | | - "rector/rector": "^0.15.24", |
45 | | - "mikey179/vfsstream": "^1.6" |
46 | | - }, |
47 | | - "extra": { |
48 | | - "branch-alias": { |
49 | | - "dev-main": "0.2.x-dev" |
| 21 | + "autoload-dev": { |
| 22 | + "psr-4": { |
| 23 | + "unit\\Kiboko\\Component\\Flow\\RabbitMQ\\": "tests/unit/", |
| 24 | + "functional\\Kiboko\\Component\\Flow\\RabbitMQ\\": "tests/functional/", |
| 25 | + "integration\\Kiboko\\Component\\Flow\\RabbitMQ\\": "tests/integration/" |
| 26 | + } |
| 27 | + }, |
| 28 | + "config": { |
| 29 | + "bin-dir": "bin", |
| 30 | + "allow-plugins": { |
| 31 | + "infection/extension-installer": true |
| 32 | + } |
| 33 | + }, |
| 34 | + "minimum-stability": "dev", |
| 35 | + "prefer-stable": true, |
| 36 | + "require": { |
| 37 | + "php": "^8.2", |
| 38 | + "php-etl/pipeline-contracts": "0.5.*", |
| 39 | + "php-etl/bucket-contracts": "0.3.*", |
| 40 | + "php-etl/bucket": "*", |
| 41 | + "bunny/bunny": "*", |
| 42 | + "symfony/polyfill-uuid": "^1.28" |
| 43 | + }, |
| 44 | + "require-dev": { |
| 45 | + "rector/rector": "^0.15", |
| 46 | + "mikey179/vfsstream": "^1.6" |
| 47 | + }, |
| 48 | + "extra": { |
| 49 | + "branch-alias": { |
| 50 | + "dev-main": "0.2.x-dev" |
| 51 | + } |
50 | 52 | } |
51 | | - } |
52 | 53 | } |
0 commit comments