Skip to content

Commit e7261a4

Browse files
authored
Merge pull request #81 from alexpott/symfony-string-6
Allow symfony/string v6
2 parents 680b340 + bb58201 commit e7261a4

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
@@ -33,7 +33,7 @@
3333
"symfony/console": "^4.4.15 || ^5.1",
3434
"symfony/filesystem": "^4.4 || ^5.1",
3535
"symfony/polyfill-php80": "^1.23",
36-
"symfony/string": "^5.1",
36+
"symfony/string": "^5.1 || ^6",
3737
"twig/twig": "^2.12 || ^3.1"
3838
},
3939
"require-dev": {

0 commit comments

Comments
 (0)