Skip to content

Commit

Permalink
Fix: Use ^ operator in composer.json in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and ondrejmirtes committed Dec 16, 2019
1 parent 2956567 commit 6f88be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ index 1b578dd624..f6ebf6e477 100644
"jakub-onderka/php-parallel-lint": "1.0.0",
"justinrainbow/json-schema": "5.2.8",
"ondrejmirtes/mocktainer": "0.8",
+ "phpstan/extension-installer": "1.0",
+ "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11.7",
"phpstan/phpstan-doctrine": "^0.11.3",
"phpstan/phpstan-nette": "^0.11.1",
Expand Down

0 comments on commit 6f88be1

Please sign in to comment.