Skip to content

Commit

Permalink
Laravel 11.x Support
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Mar 16, 2024
1 parent d206671 commit 5b92688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"php": "^8.1",
"eleirbag89/telegrambotphp": "^1.4",
"guzzlehttp/guzzle": "^7.8",
"symfony/http-foundation": "^6.3",
"vlucas/phpdotenv": "^5.5"
"symfony/http-foundation": "^6.4",
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.37.1",
"friendsofphp/php-cs-fixer": "^v3.0",
"pestphp/pest": "^2.24",
"phpstan/phpstan": "^1.10.39"
"phpstan/phpstan": "^1.0"
},
"scripts": {
"analyse": "vendor/bin/phpstan",
Expand Down

0 comments on commit 5b92688

Please sign in to comment.