Skip to content

Commit

Permalink
Bump dependencies for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Jan 30, 2023
1 parent 7a56a37 commit ff1251b
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 @@ -22,11 +22,11 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"aws/aws-sdk-php": "~3.0",
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0"
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*|^9.5.10",
Expand Down

0 comments on commit ff1251b

Please sign in to comment.