Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6efd5e0

Browse files
authored
Allow psr/log 2.0 and 3.0 (#1141)
1 parent 1d08dd9 commit 6efd5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^7.3 || ^8.0",
1818
"php-http/promise": "^1.0",
19-
"psr/log": "^1.0",
19+
"psr/log": "^1.0|^2.0|^3.0",
2020
"psr/simple-cache": "^1.0",
2121
"willdurand/geocoder": "^4.0"
2222
},
@@ -43,4 +43,4 @@
4343
"test": "vendor/bin/phpunit",
4444
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)