Skip to content

Commit

Permalink
Merge pull request #1 from lconnellycd/master
Browse files Browse the repository at this point in the history
Added Laravel 11 support
  • Loading branch information
gdrew8 authored Jan 8, 2025
2 parents 98ef83a + c69f3cc commit 5a915ca
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
Expand Up @@ -23,11 +23,11 @@
}
],
"require": {
"illuminate/database": "^8.0|^9.0|^10.0"
"illuminate/database": "^11.0"
},
"require-dev": {
"orchestra/testbench": "*",
"friendsofphp/php-cs-fixer" : "*",
"friendsofphp/php-cs-fixer": "*",
"phpunit/phpunit": "*"
},
"autoload": {
Expand All @@ -42,4 +42,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 5a915ca

Please sign in to comment.