Skip to content

Commit 7854965

Browse files
authored
Merge pull request #225 from GrahamCampbell/patch-1
Removed unnecessary version constraint
2 parents a93d44f + 47691ae commit 7854965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"phpdocumentor/type-resolver": "^1.0",
1919
"webmozart/assert": "^1",
2020
"phpdocumentor/reflection-common": "^2.0",
21-
"ext-filter": "^7.1"
21+
"ext-filter": "*"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^1",

0 commit comments

Comments
 (0)