Skip to content

Commit bb33471

Browse files
authored
Merge pull request #30 from fey/update-deps
update deps
2 parents 81758b3 + fd5e172 commit bb33471

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "PHPStan rules for functional programming",
44
"type": "library",
55
"require": {
6-
"php": ">=7.3",
7-
"phpstan/phpstan": "^1.4.9",
8-
"illuminate/collections": "^8.83.4"
6+
"php": ">=8.1",
7+
"phpstan/phpstan": "^1.10.24",
8+
"illuminate/collections": "^10.14.1"
99
},
1010
"license": "MIT",
1111
"autoload": {

Diff for: phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 8
2+
level: 5
33
paths:
44
- src
55
- tests

0 commit comments

Comments
 (0)