Skip to content

Commit abdffe1

Browse files
authored
Merge pull request #10 from php-etl/fix/loaded-dependencies
Updated pipeline-contracts to 0.3 in the Service class attribute
2 parents 2cdcdfa + c853ad1 commit abdffe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "0.5.x-dev"
47+
"dev-master": "0.6.x-dev"
4848
},
4949
"satellite": {
5050
"class": "Kiboko\\Plugin\\FastMap\\Service"

src/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#[Configurator\Pipeline(
1616
name: "fastmap",
1717
dependencies: [
18-
'php-etl/pipeline-contracts:~0.2.0@dev',
18+
'php-etl/pipeline-contracts:~0.3.0@dev',
1919
'php-etl/bucket-contracts:~0.1.0@dev',
2020
'php-etl/bucket:~0.2.0@dev',
2121
],

0 commit comments

Comments
 (0)