Skip to content

Commit

Permalink
add laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mate committed Oct 27, 2022
1 parent 91792a1 commit 1e35b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kyslik/column-sortable",
"description": "Package for handling column sorting in Laravel 6.x",
"description": "Package for handling column sorting in Laravel 9.x",
"keywords": [
"sortable",
"sorting",
Expand All @@ -19,8 +19,8 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "5.8.*|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^9.0",
"illuminate/database": "^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5.10",
Expand Down

0 comments on commit 1e35b58

Please sign in to comment.