Skip to content

Commit ab51e6b

Browse files
marmichalskiakondas
authored andcommitted
Update phpstan to 0.11 (#13)
1 parent d691e8a commit ab51e6b

22 files changed

+1417
-330
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
* **Removed** for now removed features.
1212
* **Fixed** for any bug fixes.
1313
* **Security** in case of vulnerabilities.
14-
14+
15+
## [0.5.0] 2019-05-06
16+
### Added
17+
* Add support for phpstan 0.11
18+
* Extension tests (Yii2 is now a dev dependency)
19+
1520
## [0.4.2] 2018-12-18
1621
### Fixed
1722
* Allow configuration without singletons (#10)
@@ -27,15 +32,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2732
## [0.4.0] 2018-08-21
2833
### Added
2934
* Add support for phpstan 0.10.3
30-
35+
3136
## [0.3.0] 2018-06-16
3237
### Added
3338
* Add support for phpstan 0.10
34-
39+
3540
## [0.2.0] 2018-03-09
3641
### Added
3742
* Provides correct methods and properties for Yii::$app->request
38-
43+
3944
## [0.1.0] 2018-03-07
4045
### Added
4146
* first initial release

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
| PHPStan version | Yii2 extension version |
1818
| --------------- | ---------------------- |
19+
| 0.11 | 0.5.x |
1920
| 0.10.3 | 0.4.x |
2021
| 0.10 | 0.3.0 |
2122
| 0.9.2 | 0.2.0 |

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
"require": {
1313
"php": "^7.1",
1414
"nikic/php-parser": "^4.1.0",
15-
"phpstan/phpstan": "^0.10.3"
15+
"phpstan/phpstan": "^0.11"
1616
},
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "^2.13",
19-
"phpstan/phpstan-phpunit": "^0.10",
20-
"phpunit/phpunit": "^7.0"
19+
"phpunit/phpunit": "^7.0",
20+
"yiisoft/yii2": "^2.0.15",
21+
"phpstan/phpstan-phpunit": "^0.11"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)