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 authored and timacdonald committed Feb 20, 2023
1 parent d7ea522 commit def3e63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"require": {
"php": "^8.0 || ^8.1 || ^8.2",
"illuminate/collections": "^8.73.2 || ^9.0 || 10.x-dev",
"illuminate/database": "^8.73.2 || ^9.0 || 10.x-dev",
"illuminate/http": "^8.73.2 || ^9.0 || 10.x-dev",
"illuminate/support": "^8.73.2 || ^9.0 || 10.x-dev",
"illuminate/database": "^8.73.2 || ^9.0 || 10.x-dev|^10.0",
"illuminate/http": "^8.73.2 || ^9.0 || 10.x-dev|^10.0",
"illuminate/support": "^8.73.2 || ^9.0 || 10.x-dev|^10.0",
"symfony/http-kernel": "^5.0 || ^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13",
"laravel/framework": "^8.73.2 || ^9.0 || 10.x-dev",
"laravel/framework": "^8.73.2 || ^9.0 || 10.x-dev|^10.0",
"opis/json-schema": "^2.3",
"orchestra/testbench": "^6.0 || ^7.0 || 8.x-dev",
"orchestra/testbench": "^6.0 || ^7.0 || 8.x-dev|^8.0",
"phpunit/phpunit": "^9.0"
},
"config": {
Expand Down

0 comments on commit def3e63

Please sign in to comment.