Skip to content

Commit fe534b6

Browse files
committed
feature #13 Add support for Symfony 6 (ker0x)
This PR was merged into the master branch. Discussion ---------- Add support for Symfony 6 Commits ------- c455fd4 Add support for Symfony 6
2 parents f190729 + c455fd4 commit fe534b6

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
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"league/glide": "^2.0",
15-
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0"
15+
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0"
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "^1.3.3",

0 commit comments

Comments
 (0)