Skip to content

Commit

Permalink
The PHP 8.0 polyfill is not needed anymore (#237)
Browse files Browse the repository at this point in the history
Originally added in #196
  • Loading branch information
spaze committed Jan 6, 2024
2 parents 69935c9 + 933190c commit 90fdf80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.10.52"
},
"require-dev": {
"nette/neon": "^3.2",
"nikic/php-parser": "^4.13",
"phpunit/phpunit": "^8.5 || ^10.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"php-parallel-lint/php-console-highlighter": "^1.0",
"spaze/coding-standard": "^1.7",
"symfony/polyfill-php80": "^1.27"
"spaze/coding-standard": "^1.7"
},
"autoload": {
"psr-4": {"Spaze\\PHPStan\\Rules\\Disallowed\\": "src"}
Expand Down

0 comments on commit 90fdf80

Please sign in to comment.