Skip to content

Commit 8932e8c

Browse files
committed
Migrated from ramsey/uuid to PECL UUID or symfony/polyfill-uuid
1 parent 3e16e14 commit 8932e8c

File tree

3 files changed

+179
-279
lines changed

3 files changed

+179
-279
lines changed

composer.json

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,53 @@
11
{
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+
}
1020
},
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+
}
5052
}
51-
}
5253
}

0 commit comments

Comments
 (0)