Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump dependencies for Laravel 10
  • Loading branch information
laravel-shift committed Feb 1, 2023
commit 940da51c2ced19c6e9ba827fc02a399d18318589
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
}
],
"require": {
"php": "^8.0 || ^8.1 || ^8.2",
"illuminate/support": "^9.0",
"php": "^8.1",
"illuminate/support": "^10.0",
"symfony/http-foundation": "^6.0"
},
"require-dev": {
"livewire/livewire": "^2.0",
"mockery/mockery": "^1.3.3",
"nesbot/carbon": "^2.63",
"orchestra/testbench-browser-kit": "^7.0",
"phpunit/phpunit": "^9.5",
"spatie/laravel-translatable": "^5.0",
"livewire/livewire": "^2.11",
"mockery/mockery": "^1.4.4",
"nesbot/carbon": "^2.66",
"orchestra/testbench-browser-kit": "^7.12",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-translatable": "^6.3",
"symfony/dom-crawler": "^6.0"
},
"autoload": {
Expand Down