Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Bump laravel dependencies to V11
  • Loading branch information
anchan42 authored Aug 28, 2024
1 parent e52521c commit 0949cad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/contracts": "^8|^9|^10",
"illuminate/support": "^8|^9|^10",
"illuminate/database": "^8|^9|^10"
"illuminate/contracts": "^8|^9|^10|^11",
"illuminate/support": "^8|^9|^10|^11",
"illuminate/database": "^8|^9|^10|^11"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down Expand Up @@ -64,4 +64,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 0949cad

Please sign in to comment.