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.
1 parent a48608c commit b9cb428Copy full SHA for b9cb428
composer.json
@@ -30,16 +30,17 @@
30
"ext-simplexml": "*",
31
"php-etl/bucket": "*",
32
"box/spout": "^3.1",
33
- "php-etl/pipeline-contracts": "0.4.*",
34
- "psr/log": "^3.0"
+ "php-etl/pipeline-contracts": "0.5.*",
+ "psr/log": "^3.0",
35
+ "php-etl/bucket-contracts": "0.3.*"
36
},
37
"require-dev": {
38
"phpunit/phpunit": "^10.0",
39
"phpstan/phpstan": "^1.10",
- "friendsofphp/php-cs-fixer": "^3.0",
40
+ "friendsofphp/php-cs-fixer": "^3.38",
41
"infection/infection": "^0.26.18",
- "rector/rector": "^0.15.23",
42
- "php-etl/phpunit-extension": "*"
+ "rector/rector": "^0.15",
43
+ "php-etl/phpunit-extension": "0.7.*"
44
45
"autoload": {
46
"psr-4": {
0 commit comments