Skip to content

Commit 748feb8

Browse files
committed
feat(php) php8.0 required
1 parent a889275 commit 748feb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
}
2828
},
2929
"require": {
30-
"monolog/monolog": "^1.0|^2.0|^3.0",
30+
"php": "^8.0",
3131
"ext-curl": "*",
32-
"ext-mbstring": "*"
32+
"ext-mbstring": "*",
33+
"monolog/monolog": "^1.0|^2.0|^3.0"
3334
}
3435
}

0 commit comments

Comments
 (0)