We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cdcdfa + c853ad1 commit abdffe1Copy full SHA for abdffe1
composer.json
@@ -44,7 +44,7 @@
44
},
45
"extra": {
46
"branch-alias": {
47
- "dev-master": "0.5.x-dev"
+ "dev-master": "0.6.x-dev"
48
49
"satellite": {
50
"class": "Kiboko\\Plugin\\FastMap\\Service"
src/Service.php
@@ -15,7 +15,7 @@
15
#[Configurator\Pipeline(
16
name: "fastmap",
17
dependencies: [
18
- 'php-etl/pipeline-contracts:~0.2.0@dev',
+ 'php-etl/pipeline-contracts:~0.3.0@dev',
19
'php-etl/bucket-contracts:~0.1.0@dev',
20
'php-etl/bucket:~0.2.0@dev',
21
],
0 commit comments