Commit 9708a5f0 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Passe à phpstan 0.12.

No related merge requests found
Pipeline #14053 failed with stages
in 34 seconds
Showing with 8 additions and 8 deletions
+8 -8
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
], ],
"require": { "require": {
"php": ">=7.1", "php": ">=7.1",
"jangregor/phpstan-prophecy": "0.5.0", "jangregor/phpstan-prophecy": "~0.6",
"phpstan/phpstan": "~0.11.7", "phpstan/phpstan": "~0.12.0",
"phpstan/phpstan-beberlei-assert": "~0.11.0", "phpstan/phpstan-beberlei-assert": "~0.12.0",
"phpstan/phpstan-doctrine": "~0.11.1", "phpstan/phpstan-doctrine": "~0.12.0",
"phpstan/phpstan-phpunit": "~0.11.0", "phpstan/phpstan-phpunit": "~0.12.0",
"phpstan/phpstan-symfony": "~0.11.1" "phpstan/phpstan-symfony": "~0.12.0"
}, },
"bin": [ "bin": [
"bin/phpstan-watch" "bin/phpstan-watch"
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.x-dev" "dev-master": "3.x-dev"
} }
}, },
"archive": { "archive": {
......
includes: includes:
- %rootDir%/../phpstan-phpunit/extension.neon - %rootDir%/../phpstan-phpunit/extension.neon
- %rootDir%/../phpstan-phpunit/rules.neon - %rootDir%/../phpstan-phpunit/rules.neon
- %rootDir%/../../jangregor/phpstan-prophecy/src/extension.neon - %rootDir%/../../jangregor/phpstan-prophecy/extension.neon
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment