Skip to content

Commit c225cb7

Browse files
committed
Drop illuminate/collections
1 parent df904df commit c225cb7

10 files changed

+445
-22
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"php": "^7.4|^8.0",
2222
"ext-json": "*",
2323
"doctrine/doctrine-bundle": "^2.4",
24-
"illuminate/collections": "^8.47",
2524
"meilisearch/meilisearch-php": "^0.25.0",
2625
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
2726
"symfony/property-access": "^4.4 || ^5.0 || ^6.0",

phpstan.neon

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
parameters:
2-
level: 5
3-
paths:
4-
- src
5-
- tests
2+
level: 5
3+
paths:
4+
- src
5+
- tests
6+
ignoreErrors:
7+
- '#Class UnitEnum not found#'

0 commit comments

Comments
 (0)