Skip to content

Commit 66bac68

Browse files
authored
Merge pull request #35 from typesense/support-monolog-3.3
Support monolog-3.3 for php 8
2 parents bcb0bdc + c19b95b commit 66bac68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": ">=7.4",
3434
"ext-json": "*",
35-
"monolog/monolog": "^1.0|^2.1|^3.0",
35+
"monolog/monolog": "^1.0|^2.1|^3.0|^3.3",
3636
"nyholm/psr7": "^1.3",
3737
"php-http/client-common": "^1.0|^2.3",
3838
"php-http/discovery": "^1.0",

0 commit comments

Comments
 (0)