Skip to content

Commit

Permalink
Support for phpstan 0.12 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored and akondas committed Dec 12, 2019
1 parent dfd83c5 commit 8af774f
Show file tree
Hide file tree
Showing 11 changed files with 765 additions and 1,378 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg)](https://php.net/)
[![Latest Stable Version](https://img.shields.io/packagist/v/proget-hq/phpstan-yii2.svg)](https://packagist.org/packages/proget-hq/phpstan-yii2)
[![Build Status](https://travis-ci.org/proget-hq/phpstan-yii2.svg?branch=master)](https://travis-ci.org/proget-hq/phpstan-yii2)
[![Build Status](https://github.com/proget-hq/phpstan-yii2/workflows/build/badge.svg)](https://github.com/proget-hq/phpstan-yii2/actions?query=workflow%3Abuild)
[![Total Downloads](https://poser.pugx.org/proget-hq/phpstan-yii2/downloads.svg)](https://packagist.org/packages/proget-hq/phpstan-yii2)
[![License](https://poser.pugx.org/proget-hq/phpstan-yii2/license.svg)](https://packagist.org/packages/proget-hq/phpstan-yii2)

Expand All @@ -16,7 +16,8 @@

| PHPStan version | Yii2 extension version |
| --------------- | ---------------------- |
| 0.11 | 0.5.x+ |
| 0.12 | 0.7.x |
| 0.11 | 0.5.x - 0.6.x |
| 0.10.3 | 0.4.x |
| 0.10 | 0.3.0 |
| 0.9.2 | 0.2.0 |
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@
{
"name": "Arkadiusz Kondas",
"email": "[email protected]"
},
{
"name": "Marcin Michalski",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2",
"nikic/php-parser": "^4.1.0",
"phpstan/phpstan": "^0.11"
"phpstan/phpstan": "^0.12"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13",
"phpunit/phpunit": "^8.0",
"yiisoft/yii2": "^2.0.15",
"phpstan/phpstan-phpunit": "^0.11"
"phpstan/phpstan-phpunit": "^0.12"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8af774f

Please sign in to comment.