Skip to content

Commit

Permalink
Merge pull request #219 from yormy/laravel11
Browse files Browse the repository at this point in the history
Upgrade to laravel 11
  • Loading branch information
rennokki authored Nov 30, 2024
2 parents abd7235 + f67b0db commit 90343ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"require": {
"illuminate/database": "^9.35|^10.5",
"illuminate/support": "^9.35|^10.5"
"illuminate/database": "^9.35|^10.5|^11",
"illuminate/support": "^9.35|^10.5|^11"
},
"autoload": {
"psr-4": {
Expand All @@ -37,12 +37,12 @@
"test": "vendor/bin/phpunit"
},
"require-dev": {
"chelout/laravel-relationship-events": "^1.5|^2.0",
"laravel/legacy-factories": "^1.3",
"livewire/livewire": "dev-master",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^7.23|^8.1.1",
"phpunit/phpunit": "^9.5.25"
"chelout/laravel-relationship-events": "^1.5|^2.0|^3.0",
"laravel/legacy-factories": "^1.4",
"livewire/livewire": "dev-main",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^7.23|^8.1.1|^9",
"phpunit/phpunit": "^9.5.25|^10"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 90343ab

Please sign in to comment.