Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 28, 2019
1 parent 2086d8d commit 6aa937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": "~7.1",
"nikic/php-parser": "^4.0",
"phpstan/phpstan": "^0.12"
"phpstan/phpstan": "^0.12.4"

This comment has been minimized.

Copy link
@razvanalin

razvanalin Jan 3, 2020

If you use "^0.12.4" we could not install it because of phpstan/phpstan have not 0.12.4 version

This comment has been minimized.

Copy link
@ondrejmirtes

ondrejmirtes Jan 3, 2020

Author Member

Oh, I'm sorry, I released this a bit prematurely.

This comment has been minimized.

Copy link
@ondrejmirtes

ondrejmirtes Jan 3, 2020

Author Member

Solved in phpstan-phpunit 0.12.5.

},
"conflict": {
"phpunit/phpunit": "<7.0"
Expand Down

0 comments on commit 6aa937f

Please sign in to comment.