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

Skip to content

Commit 901b5a8

Browse files
authored
Allow psr/log 2.0 and 3.0 (#1141)
1 parent a01c436 commit 901b5a8

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
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^7.3 || ^8.0",
16-
"psr/log": "^1.0",
16+
"psr/log": "^1.0|^2.0|^3.0",
1717
"willdurand/geocoder": "^4.0"
1818
},
1919
"provide": {
@@ -44,4 +44,4 @@
4444
"test": "vendor/bin/phpunit",
4545
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)