Skip to content

Commit

Permalink
Bump Laravel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 18, 2023
1 parent 2ede1c3 commit 616d3ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.19",
"laravel/horizon": "^5.10",
"laravel/tinker": "^2.7",
"laravel/framework": "^10.23",
"laravel/horizon": "^5.12",
"laravel/tinker": "^2.8",
"spatie/laravel-mailcoach": "^6.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.0.1",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^1.0"
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -72,6 +72,6 @@
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit 616d3ce

Please sign in to comment.