Skip to content

Commit dde63c3

Browse files
committed
Updated psr/log to ^3.0
1 parent d3ab321 commit dde63c3

File tree

2 files changed

+49
-1524
lines changed

2 files changed

+49
-1524
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prefer-stable": true,
1818
"require": {
1919
"php": "^8.0",
20-
"psr/log": "^1.1@dev",
20+
"psr/log": "^3.0",
2121
"php-etl/bucket": "^0.2.0",
2222
"php-etl/pipeline-contracts": "^0.3.0",
2323
"php-etl/bucket-contracts": "^0.1.0"
@@ -26,10 +26,10 @@
2626
"phpunit/phpunit": "^9.0",
2727
"johnkary/phpunit-speedtrap": "*",
2828
"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": "*"
29+
"phpunit/php-invoker": "*"
30+
},
31+
"provide": {
32+
"php-etl/pipeline-implementation": "0.3.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)