Skip to content

Commit

Permalink
Merge pull request #23 from cube43/phpstan10
Browse files Browse the repository at this point in the history
Allow phpstan/phpstan:^1.0
  • Loading branch information
Ocramius committed Nov 4, 2021
2 parents ddd8dcd + cc2631d commit ff92658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"require": {
"php": "^7.4 | ^8.0",
"nikic/php-parser": "^4.0",
"phpstan/phpstan": "^0.12"
"phpstan/phpstan": "^1.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
"infection/infection": "^0.21.5",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.4"
},
Expand Down

0 comments on commit ff92658

Please sign in to comment.