Allowing future versions of phpstan (#810)

Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
This commit is contained in:
Thomas Landauer 2021-09-01 22:10:20 +02:00 committed by GitHub
parent b1d573e8b5
commit 853fdee039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "0.12.96"
"phpstan/phpstan": "0.12.97"
},
"autoload": {
"files": [

View File

@ -20,7 +20,7 @@
"nette/utils": "^3.2",
"nikic/php-parser": "4.12.0",
"phpstan/phpdoc-parser": "^0.5.5",
"phpstan/phpstan": "0.12.96",
"phpstan/phpstan": "0.12.97",
"phpstan/phpstan-phpunit": "^0.12.22",
"rector/extension-installer": "^0.11.0",
"rector/rector-cakephp": "^0.11.3",