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

Corrige les versions minimales des dépendances.

No related merge requests found
Pipeline #9562 failed with stages
in 25 seconds
Showing with 4 additions and 3 deletions
+4 -3
...@@ -12,11 +12,12 @@ ...@@ -12,11 +12,12 @@
"require": { "require": {
"php": ">=7.1", "php": ">=7.1",
"jangregor/phpstan-prophecy": "^0.3.0", "jangregor/phpstan-prophecy": "^0.3.0",
"phpstan/phpstan": "^0.11", "nette/di": "^3.0",
"phpstan/phpstan": "^0.11.7",
"phpstan/phpstan-beberlei-assert": "^0.11", "phpstan/phpstan-beberlei-assert": "^0.11",
"phpstan/phpstan-doctrine": "^0.11", "phpstan/phpstan-doctrine": "^0.11.1",
"phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-symfony": "^0.11" "phpstan/phpstan-symfony": "^0.11.1"
}, },
"bin": [ "bin": [
"bin/phpstan-watch" "bin/phpstan-watch"
......
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