Skip to content
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 12
  • Loading branch information
laravel-shift committed Feb 19, 2025
commit 62d28bb49bd42dc1e95c5e0c567b0091664d9e12
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^8.2|^8.3|^8.4",
"illuminate/support": "^10.0|^11.0"
"illuminate/support": "^10.0|^11.0|^12.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.4"
"orchestra/testbench": "^8.0|^9.0|^10.0",
"phpunit/phpunit": "^10.4|^11.5.3"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -50,4 +50,4 @@
]
}
}
}
}