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

Assouplit les contraintes de version.

No related merge requests found
Pipeline #21082 failed with stages
in 37 seconds
Showing with 6 additions and 6 deletions
+6 -6
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
], ],
"require": { "require": {
"php": ">=7.1", "php": ">=7.1",
"jangregor/phpstan-prophecy": "^0.6.2", "jangregor/phpstan-prophecy": ">=0.3.1",
"phpstan/phpstan": "^0.12.7", "phpstan/phpstan": ">=0.11.7",
"phpstan/phpstan-beberlei-assert": "^0.12", "phpstan/phpstan-beberlei-assert": ">=0.11",
"phpstan/phpstan-doctrine": "^0.12.1", "phpstan/phpstan-doctrine": ">=0.11.1",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": ">=0.11",
"phpstan/phpstan-symfony": "^0.12.1" "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