Skip to content

Commit 4a3768c

Browse files
committed
Add support for symfony/finder v6
1 parent 0113454 commit 4a3768c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rareloop/primer-core",
33
"require": {
44
"php": ">=8.0",
5-
"symfony/finder": "^4.2.5|^5.0",
5+
"symfony/finder": "^4.2.5||^5.0||^6.0",
66
"twig/twig": "^2.6",
77
"illuminate/collections": "^8.53.1||^9.0.0",
88
"league/commonmark": "^1.5",
@@ -26,4 +26,4 @@
2626
"Rareloop\\Primer\\Test\\": "tests"
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)