Skip to content

Commit b9cb428

Browse files
committed
Updated code to be compatible with php-etl/pipeline-contracts:0.5
1 parent a48608c commit b9cb428

File tree

2 files changed

+455
-681
lines changed

2 files changed

+455
-681
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@
3030
"ext-simplexml": "*",
3131
"php-etl/bucket": "*",
3232
"box/spout": "^3.1",
33-
"php-etl/pipeline-contracts": "0.4.*",
34-
"psr/log": "^3.0"
33+
"php-etl/pipeline-contracts": "0.5.*",
34+
"psr/log": "^3.0",
35+
"php-etl/bucket-contracts": "0.3.*"
3536
},
3637
"require-dev": {
3738
"phpunit/phpunit": "^10.0",
3839
"phpstan/phpstan": "^1.10",
39-
"friendsofphp/php-cs-fixer": "^3.0",
40+
"friendsofphp/php-cs-fixer": "^3.38",
4041
"infection/infection": "^0.26.18",
41-
"rector/rector": "^0.15.23",
42-
"php-etl/phpunit-extension": "*"
42+
"rector/rector": "^0.15",
43+
"php-etl/phpunit-extension": "0.7.*"
4344
},
4445
"autoload": {
4546
"psr-4": {

0 commit comments

Comments
 (0)