Skip to content

Commit

Permalink
rector scoped - add branch alias and correct phpstan deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 22, 2021
1 parent 3b81a2a commit 7e9a8f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "^0.12.81"
"phpstan/phpstan": "^0.12.82"
},
"extra": {
"branch-alias": {
"dev-main": "0.10-dev"
}
}
}

0 comments on commit 7e9a8f7

Please sign in to comment.