Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 27, 2024
1 parent 0711ee6 commit 5700c04
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 @@ -29,8 +29,8 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0"
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"aws/aws-sdk-php": "^3.87",
Expand All @@ -39,8 +39,8 @@
"laravel/pint": "^1.5",
"mediaburst/clockworksms": "^2.0",
"melipayamak/php": "^1.0.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.3",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.3|^10.5",
"sms77/api": "^v2.4.0",
"smsgatewayme/client": "^0.0.1",
"twilio/sdk": "^7.3",
Expand Down

0 comments on commit 5700c04

Please sign in to comment.