Skip to content

Commit

Permalink
add laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gaal committed Mar 5, 2024
1 parent 365f272 commit 5440363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"orchestra/testbench": "^8.5|^9.0",
"laravel/pint": "^1.10|^2.0",
"spatie/laravel-query-builder": "^5.2",
"spatie/laravel-data": "^3.7",
"spatie/laravel-data": "^3.7|^4.0",
"spatie/laravel-queueable-action": "^2.14",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.10|^2.0"
},
"suggest": {
"spatie/laravel-query-builder": "This package is required for Queries.",
Expand Down

0 comments on commit 5440363

Please sign in to comment.