Skip to content

Commit

Permalink
Allow more Symfony versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 3, 2024
1 parent c244bb9 commit 68121e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"require": {
"phpdocumentor/reflection": "^4.0",
"phpdocumentor/reflection-docblock": "^5.2",
"symfony/console": "^5.2",
"symfony/filesystem": "^5.2",
"symfony/finder": "^5.2",
"symfony/console": "^5.0 || ^6.0 || ^6.1 || ^6.2",
"symfony/filesystem": "^5.0 || ^6.0 || ^6.1 || ^6.2",
"symfony/finder": "^5.0 || ^6.0 || ^6.1 || ^6.2",
"symfony/polyfill-php80": "^1.24"
},
"scripts": {
Expand Down

0 comments on commit 68121e9

Please sign in to comment.