Skip to content

Commit 4f7d1a3

Browse files
feat: support for Laravel 9
1 parent aa28234 commit 4f7d1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/rafaellaurindo/laravel-telegram-logging",
55
"require": {
66
"php": ">=7.2",
7-
"laravel/framework": "7.*|8.*",
7+
"laravel/framework": "7.0 || ^8.0 || ^9.0",
88
"monolog/monolog": "2.*"
99
},
1010
"license": "MIT",

0 commit comments

Comments
 (0)