Skip to content

Commit d3ab321

Browse files
committed
Updated php-etl/pipeline-contracts version to 0.3
1 parent 4673e72 commit d3ab321

File tree

3 files changed

+364
-409
lines changed

3 files changed

+364
-409
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
}
1515
],
1616
"minimum-stability": "dev",
17+
"prefer-stable": true,
1718
"require": {
1819
"php": "^8.0",
1920
"psr/log": "^1.1@dev",
2021
"php-etl/bucket": "^0.2.0",
21-
"php-etl/pipeline-contracts": "^0.2.0",
22+
"php-etl/pipeline-contracts": "^0.3.0",
2223
"php-etl/bucket-contracts": "^0.1.0"
2324
},
2425
"require-dev": {
@@ -45,7 +46,7 @@
4546
},
4647
"extra": {
4748
"branch-alias": {
48-
"dev-master": "0.3.x-dev"
49+
"dev-master": "0.4.x-dev"
4950
}
5051
}
5152
}

0 commit comments

Comments
 (0)