[PHPStan] Remove phpstan <=0.12.99 from conflict config (#1175)

This commit is contained in:
Abdul Malik Ikhsan 2021-11-07 13:09:20 +07:00 committed by GitHub
parent 66800f00f1
commit fed8756bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
-
name: 'Along PHPStan'
install: composer require phpstan/phpstan:^1.0 --dev --ansi
install: composer require phpstan/phpstan:^1.1.1 --dev --ansi
name: "PHP ${{ matrix.php_version }}"

View File

@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "^1.0"
"phpstan/phpstan": "^1.1.1"
},
"autoload": {
"files": [
@ -21,7 +21,6 @@
},
"conflict": {
"phpstan/phpdoc-parser": "<=0.5.3",
"phpstan/phpstan": "<=0.12.99",
"rector/rector-prefixed": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*",