Skip to content

Commit

Permalink
Add support for symfony/finder v6
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtomat committed May 8, 2024
1 parent 0113454 commit 4a3768c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rareloop/primer-core",
"require": {
"php": ">=8.0",
"symfony/finder": "^4.2.5|^5.0",
"symfony/finder": "^4.2.5||^5.0||^6.0",
"twig/twig": "^2.6",
"illuminate/collections": "^8.53.1||^9.0.0",
"league/commonmark": "^1.5",
Expand All @@ -26,4 +26,4 @@
"Rareloop\\Primer\\Test\\": "tests"
}
}
}
}

0 comments on commit 4a3768c

Please sign in to comment.