Skip to content

Commit 01eace3

Browse files
authored
feat(adddress): add jp to known countries (#19)
1 parent 9ae625f commit 01eace3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
markup_addressing.handlebars.template.provider:
2626
class: 'Markup\Addressing\Provider\IntlAddressHandlebarsTemplateProvider'
2727
arguments:
28-
- ['be', 'ca', 'dk', 'fi', 'gb', 'gg', 'ie', 'im', 'je', 'nl', 'no', 'se', 'us']
28+
- ['be', 'ca', 'dk', 'fi', 'gb', 'gg', 'ie', 'im', 'je', 'nl', 'no', 'se', 'us', 'jp']
2929
- '%kernel.cache_dir%/addressing'
3030
public: false
3131
markup_addressing.canonicalizer.postal_code:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=5.6",
19-
"markup/addressing": "~0.2.0",
19+
"markup/addressing": "~0.4.0",
2020
"symfony/framework-bundle": "~2.7|~3.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)