Skip to content

Commit

Permalink
Merge pull request #221 from lunetics-org/intl
Browse files Browse the repository at this point in the history
use correct intl package
  • Loading branch information
goetas authored Nov 28, 2022
2 parents 4569052 + 241ec2e commit d0011d4
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 @@ -17,7 +17,7 @@
"require": {
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^4.4 || ^5.4 ",
"symfony/intl": "^3.4 || ^5.4",
"symfony/intl": "^4.4 || ^5.4",
"symfony/templating": "^4.4 || ^5.4 ",
"symfony/validator": "^4.4 || ^5.4 ",
"symfony/yaml": "^4.4 || ^5.4 ",
Expand Down

0 comments on commit d0011d4

Please sign in to comment.