We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81758b3 + fd5e172 commit bb33471Copy full SHA for bb33471
composer.json
@@ -3,9 +3,9 @@
3
"description": "PHPStan rules for functional programming",
4
"type": "library",
5
"require": {
6
- "php": ">=7.3",
7
- "phpstan/phpstan": "^1.4.9",
8
- "illuminate/collections": "^8.83.4"
+ "php": ">=8.1",
+ "phpstan/phpstan": "^1.10.24",
+ "illuminate/collections": "^10.14.1"
9
},
10
"license": "MIT",
11
"autoload": {
phpstan.neon
@@ -1,5 +1,5 @@
1
parameters:
2
- level: 8
+ level: 5
paths:
- src
- tests
0 commit comments