Skip to content

Commit 36a17c4

Browse files
authored
Merge pull request #11 from iatanasov77/support_symfony7
add support for symfony 7
2 parents 03775de + e1713d0 commit 36a17c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": "^7.1 || ^8.0",
20-
"symfony/intl": "^4.1 || ^5.0 || ^6.0"
20+
"symfony/intl": "^4.1 || ^5.0 || ^6.0 || ^7.0"
2121
},
2222
"require-dev": {
2323
"ext-json": "*",

0 commit comments

Comments
 (0)