Skip to content

Commit

Permalink
Update dependencies for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kblais committed Sep 9, 2020
1 parent c5773fb commit 8a6acb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "kblais/laravel-helpers",
"description": "A collection of helpers for your Laravel application.",
"require": {
"illuminate/database": "^5.8|^6.0|^7.0"
"illuminate/database": "^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.8.0|^4.0|^5.0",
"orchestra/testbench": "^3.8.0|^4.0|^5.0|^6.0",
"friendsofphp/php-cs-fixer": "^2.15",
"phpstan/phpstan": "^0.12"
},
Expand Down
6 changes: 0 additions & 6 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ parameters:
- './tests'
level: 5
ignoreErrors:
-
message: '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::orderBy\(\).#'
path: %currentWorkingDirectory%/src/Eloquent/Scopes/OrderByScope.php
-
message: '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::toSql\(\).#'
path: %currentWorkingDirectory%/tests/OrderByDefaultTest.php

0 comments on commit 8a6acb1

Please sign in to comment.