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 d3ab321 commit dde63c3Copy full SHA for dde63c3
composer.json
@@ -17,7 +17,7 @@
17
"prefer-stable": true,
18
"require": {
19
"php": "^8.0",
20
- "psr/log": "^1.1@dev",
+ "psr/log": "^3.0",
21
"php-etl/bucket": "^0.2.0",
22
"php-etl/pipeline-contracts": "^0.3.0",
23
"php-etl/bucket-contracts": "^0.1.0"
@@ -26,10 +26,10 @@
26
"phpunit/phpunit": "^9.0",
27
"johnkary/phpunit-speedtrap": "*",
28
"mybuilder/phpunit-accelerator": "*",
29
- "phpunit/php-invoker": "*",
30
- "fzaninotto/faker": "^1.9@dev",
31
- "phpspec/phpspec": "^7.0",
32
- "friends-of-phpspec/phpspec-code-coverage": "*"
+ "phpunit/php-invoker": "*"
+ },
+ "provide": {
+ "php-etl/pipeline-implementation": "0.3.0"
33
},
34
"autoload": {
35
"psr-4": {
0 commit comments