Skip to content

Commit

Permalink
Try latest rector dev-main for latest phpstan
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
samsonasik committed Sep 14, 2021
1 parent 7c372fe commit f9b02f7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "~7.4 || ~8.0.0 || ~8.1.0",
"rector/rector": "0.11.53"
"rector/rector": "dev-main#e77f1f4aaccffe2a63ed954c33443d3c79aa3191"
},
"require-dev": {
"laminas/laminas-servicemanager": "^3.6",
Expand All @@ -41,5 +41,7 @@
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
35 changes: 19 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9b02f7

Please sign in to comment.