Skip to content

Commit

Permalink
Update phpstan to 0.11 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored and akondas committed May 6, 2019
1 parent d691e8a commit ab51e6b
Show file tree
Hide file tree
Showing 22 changed files with 1,417 additions and 330 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* **Removed** for now removed features.
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.


## [0.5.0] 2019-05-06
### Added
* Add support for phpstan 0.11
* Extension tests (Yii2 is now a dev dependency)

## [0.4.2] 2018-12-18
### Fixed
* Allow configuration without singletons (#10)
Expand All @@ -27,15 +32,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.4.0] 2018-08-21
### Added
* Add support for phpstan 0.10.3

## [0.3.0] 2018-06-16
### Added
* Add support for phpstan 0.10

## [0.2.0] 2018-03-09
### Added
* Provides correct methods and properties for Yii::$app->request

## [0.1.0] 2018-03-07
### Added
* first initial release
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

| PHPStan version | Yii2 extension version |
| --------------- | ---------------------- |
| 0.11 | 0.5.x |
| 0.10.3 | 0.4.x |
| 0.10 | 0.3.0 |
| 0.9.2 | 0.2.0 |
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
"require": {
"php": "^7.1",
"nikic/php-parser": "^4.1.0",
"phpstan/phpstan": "^0.10.3"
"phpstan/phpstan": "^0.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13",
"phpstan/phpstan-phpunit": "^0.10",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0",
"yiisoft/yii2": "^2.0.15",
"phpstan/phpstan-phpunit": "^0.11"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ab51e6b

Please sign in to comment.