Skip to content

Commit

Permalink
Using symfony/finder 6 to work with php-8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Mar 6, 2024
1 parent f80c9cc commit 67e1b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"php": ">=8.1",
"cpliakas/git-wrapper": "^3.1",
"symfony/console": "^6",
"symfony/finder": "^7.0"
"symfony/finder": "^6"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
Expand Down

0 comments on commit 67e1b1c

Please sign in to comment.