Skip to content
This repository was archived by the owner on Oct 20, 2025. 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 12
  • Loading branch information
laravel-shift committed Feb 17, 2025
commit 1643c7034892c585b0bcbe309c8ff7d98dd85703
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": "^8.2|^8.3|^8.4",
"illuminate/contracts": "^10.48.23|^11.33"
"illuminate/contracts": "^10.48.23|^11.33|^12.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.10|^8.1",
"nunomaduro/larastan": "^2.0.1",
"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"
},
"suggest": {
"kirschbaum-development/eloquent-power-joins": "Required to enable support sorting by (nested) relationships in Splade Tables (^3.0)",
Expand Down Expand Up @@ -70,4 +70,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}