Skip to content

Commit

Permalink
require PHPStan 1.0 on build repository too
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Oct 27, 2021
1 parent 557c3c6 commit 4eb4b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "0.12.99"
"phpstan/phpstan": "1.0"
},
"autoload": {
"files": [
Expand All @@ -21,7 +21,7 @@
},
"conflict": {
"phpstan/phpdoc-parser": "<=0.5.3",
"phpstan/phpstan": "<=0.12.82",
"phpstan/phpstan": "<=0.12.99",
"rector/rector-prefixed": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*",
Expand Down

0 comments on commit 4eb4b46

Please sign in to comment.