Skip to content

Commit

Permalink
composer: allow to test with Dbal 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Feb 2, 2019
1 parent cc41197 commit b5d5c98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .phpstan.neon
Expand Up @@ -9,5 +9,4 @@ parameters:
# https://github.com/phpstan/phpstan/issues/587
- '#Constructor of class Nextras\\Orm\\Bridges\\NetteDI\\DIRepositoryFinder has an unused parameter \$modelClass\.#'
# we need a local mute
- '#Cannot call method \w+\(\) on Nextras\\Dbal\\Result\\Result\|null\.#'
- '#Cannot call method \w+\(\) on Nextras\\Dbal\\Result\\Row\|null\.#'
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
"nette/caching": "~2.5 || ~3.0@rc",
"nette/utils": "~2.5 || ~3.0@rc",
"nette/tokenizer": "~2.3 || ~3.0@rc",
"nextras/dbal": "~3.0"
"nextras/dbal": "~3.0 || ~3.1@dev"
},
"require-dev": {
"nette/bootstrap": "~2.4 || ~3.0@rc",
Expand Down

0 comments on commit b5d5c98

Please sign in to comment.