Skip to content

Commit

Permalink
Loosening the symfony/finder dependency (see Gregwar#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregwar committed Aug 17, 2018
1 parent 6d612ea commit cf953dd
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 @@ -20,7 +20,7 @@
"php": ">=5.3.0",
"ext-gd": "*",
"ext-mbstring": "*",
"symfony/finder": "~3.0|~4.0"
"symfony/finder": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cf953dd

Please sign in to comment.