File tree Expand file tree Collapse file tree 6 files changed +583
-349
lines changed Expand file tree Collapse file tree 6 files changed +583
-349
lines changed Original file line number Diff line number Diff line change 11/vendor
22/.php_cs.cache
3+ /.phpunit.result.cache
34/phpunit.xml
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ matrix:
55
66 include :
77 - os : linux
8- php : ' 7.1 '
8+ php : ' 7.2 '
99
1010 - os : linux
11- php : ' 7.2 '
11+ php : ' 7.3 '
1212
1313cache :
1414 directories :
Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212 * ** Fixed** for any bug fixes.
1313 * ** Security** in case of vulnerabilities.
1414
15+ ## [ 0.6.0] 2019-09-12
16+ ### Added
17+ * Support for already initialized components (#15 )
18+ * Support for HeaderCollection.get (#17 )
19+
20+ ### Changed
21+ * Required PHP version to at least 7.2
22+
1523## [ 0.5.0] 2019-05-06
1624### Added
1725 * Add support for phpstan 0.11
Original file line number Diff line number Diff line change 11# Yii2 extension for PHPStan
22
3- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.1 -8892BF.svg )] ( https://php.net/ )
3+ [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.2 -8892BF.svg )] ( https://php.net/ )
44[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/proget-hq/phpstan-yii2.svg )] ( https://packagist.org/packages/proget-hq/phpstan-yii2 )
55[ ![ Build Status] ( https://travis-ci.org/proget-hq/phpstan-yii2.svg?branch=master )] ( https://travis-ci.org/proget-hq/phpstan-yii2 )
66[ ![ Total Downloads] ( https://poser.pugx.org/proget-hq/phpstan-yii2/downloads.svg )] ( https://packagist.org/packages/proget-hq/phpstan-yii2 )
1616
1717| PHPStan version | Yii2 extension version |
1818| --------------- | ---------------------- |
19- | 0.11 | 0.5.x |
19+ | 0.11 | 0.5.x+ |
2020| 0.10.3 | 0.4.x |
2121| 0.10 | 0.3.0 |
2222| 0.9.2 | 0.2.0 |
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.1 " ,
13+ "php" : " ^7.2 " ,
1414 "nikic/php-parser" : " ^4.1.0" ,
1515 "phpstan/phpstan" : " ^0.11"
1616 },
1717 "require-dev" : {
1818 "friendsofphp/php-cs-fixer" : " ^2.13" ,
19- "phpunit/phpunit" : " ^7 .0" ,
19+ "phpunit/phpunit" : " ^8 .0" ,
2020 "yiisoft/yii2" : " ^2.0.15" ,
2121 "phpstan/phpstan-phpunit" : " ^0.11"
2222 },
You can’t perform that action at this time.
0 commit comments