Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 618cef6

Browse files
committed
fix autoload and symfony version
1 parent e54c71f commit 618cef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"illuminate/contracts": "^7.0",
2525
"illuminate/support": "^7.0",
2626
"irazasyed/telegram-bot-sdk": "^3.0",
27-
"symfony/yaml": "3.*"
27+
"symfony/yaml": "5.*"
2828
},
2929
"require-dev": {
3030
"phpstan/phpstan": "^0.12.32"
3131
},
3232
"extra": {
3333
"laravel": {
3434
"providers": [
35-
"BotDialogs\\Laravel\\DialogsServiceProvider"
35+
"BotDialogs\\DialogsServiceProvider"
3636
]
3737
}
3838
},

0 commit comments

Comments
 (0)