Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
altin7m committed Mar 23, 2024
1 parent 6ecc131 commit 4656354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"require": {
"php": "^7.1.3 || ^8.0",
"illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10",
"illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
"guzzlehttp/guzzle": "^6 || ^7",
"monolog/monolog": "^1.12||^2.0||^3.2"
},
"require-dev": {
"phpunit/phpunit" : "^7 || ^8 || ^9",
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10",
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
"phpstan/phpstan": "^1.4",
"wdes/coding-standard": "^3.2"
},
Expand Down

0 comments on commit 4656354

Please sign in to comment.