Skip to content

Commit 5edc7e7

Browse files
authoredJan 13, 2022
Merge pull request #14 from crynobone/patch-2
Support `symfony/finder` v6
2 parents 7c1bc8f + 4342251 commit 5edc7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^7.3|^8.0",
1818
"illuminate/macroable": "^8.0|^9.0",
19-
"symfony/finder": "^3.4|^4.0|^5.0"
19+
"symfony/finder": "^3.4|^4.0|^5.0|^6.0"
2020
},
2121
"autoload": {
2222
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.