Skip to content

Commit bc38731

Browse files
committed
Move psr/log to dev-dependencies
1 parent d2f5cc6 commit bc38731

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"psr/clock": "^1.0",
4747
"psr/http-client": "^1.0.3",
4848
"psr/http-factory": "^1.1",
49-
"psr/http-message": "^1.1 || ^2.0",
50-
"psr/log": "^3.0.2"
49+
"psr/http-message": "^1.1 || ^2.0"
5150
},
5251
"require-dev": {
5352
"php-cs-fixer/shim": "^3.91.2",
@@ -58,6 +57,7 @@
5857
"phpstan/phpstan-strict-rules": "^2.0.7",
5958
"phpstan/phpstan-phpunit": "^2.0.8",
6059
"phpunit/phpunit": "^12.4.5",
60+
"psr/log": "^3.0.2",
6161
"rector/rector": "^2.2.11",
6262
"shipmonk/composer-dependency-analyser": "^1.8.4",
6363
"symfony/var-dumper": "^7.4.0",

0 commit comments

Comments
 (0)