Skip to content

Commit

Permalink
Merge pull request #9 from Rareloop/upgrade-symfony-finder
Browse files Browse the repository at this point in the history
Add support for symfony/finder v6
  • Loading branch information
adamtomat authored May 8, 2024
2 parents 0113454 + 4a3768c commit d3d4208
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 d3d4208

Please sign in to comment.