Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bashgeek authored Mar 13, 2024
1 parent c9bcf0e commit 0d32cf6
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 @@ -19,15 +19,15 @@
}
],
"require": {
"php": "^8.0|^8.1|^8.2",
"php": "^8.0|^8.1|^8.2|^8.3",
"filament/filament": "^3.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.11",
"spatie/laravel-permission": "^5.5"
"spatie/laravel-permission": "^5.5|^6.4"
},
"require-dev": {
"chiiya/laravel-code-style": "^2.2",
"orchestra/testbench": "^6.0|^7.1|^8.0"
"orchestra/testbench": "^6.0|^7.1|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0d32cf6

Please sign in to comment.