-
- Downloads
update phpstan to 0.12
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- src/Modifications.php 4 additions, 1 deletionsrc/Modifications.php
- src/PrimaryKey.php 1 addition, 1 deletionsrc/PrimaryKey.php
- src/Row.php 4 additions, 1 deletionsrc/Row.php
- src/Scaffolding/Scaffolding.php 4 additions, 1 deletionsrc/Scaffolding/Scaffolding.php
- src/Scaffolding/TableDecorator.php 4 additions, 0 deletionssrc/Scaffolding/TableDecorator.php
- src/TableManager.php 8 additions, 1 deletionsrc/TableManager.php
- src/TypeMapper.php 8 additions, 1 deletionsrc/TypeMapper.php
- src/exceptions.php 3 additions, 0 deletionssrc/exceptions.php
... | ... | @@ -29,8 +29,8 @@ |
}, | ||
"require-dev": { | ||
"nette/tester": "^2.3", | ||
"grifart/phpstan-oneline": "^0.2.2", | ||
"phpstan/phpstan": "^0.11.17" | ||
"grifart/phpstan-oneline": "^0.3", | ||
"phpstan/phpstan": "^0.12" | ||
}, | ||
... | ... |
Please register or sign in to comment