Skip to content

Commit 189e3c3

Browse files
committed
feature/update-pipeline-contracts : update PipelineRunner class used in tests and phpunit extension require to dev
1 parent 77d5b5c commit 189e3c3

15 files changed

+425
-402
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"php-etl/bucket": "^0.2.0",
2828
"psr/log": "^1.1",
2929
"box/spout": "^3.1",
30-
"php-etl/phpunit-extension": "*",
3130
"php-etl/pipeline-contracts": "^0.3.0"
3231
},
3332
"autoload": {
@@ -49,6 +48,7 @@
4948
"ext-xdebug": "*",
5049
"adlawson/vfs": "dev-develop",
5150
"phpunit/phpunit": "^9.0",
52-
"php-etl/pipeline": "^0.4.0"
51+
"php-etl/pipeline": "^0.4.0",
52+
"php-etl/phpunit-extension": "*"
5353
}
5454
}

0 commit comments

Comments
 (0)