Skip to content

Commit

Permalink
fix symfony/translation package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucanis committed Jan 17, 2024
1 parent 7693dc4 commit 2446078
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
composer.lock
symfony.lock
phpunit.xml
config
###< symfony/framework-bundle ###

###> thelia/thelia ###
Expand Down Expand Up @@ -116,3 +117,7 @@ tests/cypress/downloads
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###

###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"symfony/routing": "6.4.*",
"symfony/filesystem": "6.4.*",
"symfony/yaml": "6.4.*",
"symfony/translation": "6.4.*",
"symfony/translation": "6.4.x-dev",
"symfony-cmf/routing": "3.0.*",
"symfony/validator": "6.4.*",
"symfony/options-resolver": "6.4.*",
Expand Down

0 comments on commit 2446078

Please sign in to comment.