Skip to content

Commit

Permalink
upgraded CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
uestla committed Apr 3, 2021
1 parent 35e0dcb commit c4333ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@
"nette/application": "^3.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^1.0",
"jakub-onderka/php-console-highlighter": "^0.4",
"phpstan/phpstan-shim": "^0.11",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-nette": "^0.11",
"nette/tester": "^2.3"
"nette/database": "^3.0",

"php-parallel-lint/php-parallel-lint": "^1.0",
"php-parallel-lint/php-console-highlighter": "^0.4",
"phpstan/phpstan": "^0.12",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-nette": "^0.12",
"nette/tester": "^2.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ parameters:
paths:
- src/
- tests/
autoload_directories:
- tests

ignoreErrors:
- '#Class Nette\\Database\\Table\\Selection not found#'
- '#Call to method count\(\) on an unknown class Nette\\Database\\Table\\Selection#'
- '#^Cannot access offset .+ on Nette\\ComponentModel\\IComponent\.$#D'

0 comments on commit c4333ec

Please sign in to comment.