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 1
1
/vendor
2
2
/.php_cs.cache
3
+ /.phpunit.result.cache
3
4
/phpunit.xml
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ matrix:
5
5
6
6
include :
7
7
- os : linux
8
- php : ' 7.1 '
8
+ php : ' 7.2 '
9
9
10
10
- os : linux
11
- php : ' 7.2 '
11
+ php : ' 7.3 '
12
12
13
13
cache :
14
14
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.
12
12
* ** Fixed** for any bug fixes.
13
13
* ** Security** in case of vulnerabilities.
14
14
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
+
15
23
## [ 0.5.0] 2019-05-06
16
24
### Added
17
25
* Add support for phpstan 0.11
Original file line number Diff line number Diff line change 1
1
# Yii2 extension for PHPStan
2
2
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/ )
4
4
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/proget-hq/phpstan-yii2.svg )] ( https://packagist.org/packages/proget-hq/phpstan-yii2 )
5
5
[ ![ Build Status] ( https://travis-ci.org/proget-hq/phpstan-yii2.svg?branch=master )] ( https://travis-ci.org/proget-hq/phpstan-yii2 )
6
6
[ ![ Total Downloads] ( https://poser.pugx.org/proget-hq/phpstan-yii2/downloads.svg )] ( https://packagist.org/packages/proget-hq/phpstan-yii2 )
16
16
17
17
| PHPStan version | Yii2 extension version |
18
18
| --------------- | ---------------------- |
19
- | 0.11 | 0.5.x |
19
+ | 0.11 | 0.5.x+ |
20
20
| 0.10.3 | 0.4.x |
21
21
| 0.10 | 0.3.0 |
22
22
| 0.9.2 | 0.2.0 |
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^7.1 " ,
13
+ "php" : " ^7.2 " ,
14
14
"nikic/php-parser" : " ^4.1.0" ,
15
15
"phpstan/phpstan" : " ^0.11"
16
16
},
17
17
"require-dev" : {
18
18
"friendsofphp/php-cs-fixer" : " ^2.13" ,
19
- "phpunit/phpunit" : " ^7 .0" ,
19
+ "phpunit/phpunit" : " ^8 .0" ,
20
20
"yiisoft/yii2" : " ^2.0.15" ,
21
21
"phpstan/phpstan-phpunit" : " ^0.11"
22
22
},
You can’t perform that action at this time.
0 commit comments