Skip to content

Commit b97461a

Browse files
committed
Use the stable version of commerceguys/intl.
1 parent 48a500b commit b97461a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"drupal/inline_entity_form": "^1.0-rc1",
1313
"drupal/profile": "~1.0",
1414
"drupal/state_machine": "~1.0",
15-
"commerceguys/intl": "dev-master"
15+
"commerceguys/intl": "^1.0.0"
1616
},
1717
"minimum-stability": "dev"
1818
}

ludwig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"require": {
33
"commerceguys/intl": {
4-
"version": "v0.7.4",
5-
"url": "https://github.com/commerceguys/intl/archive/v0.7.4.zip"
4+
"version": "v1.0.0",
5+
"url": "https://github.com/commerceguys/intl/archive/v1.0.0.zip"
66
}
77
}
88
}

0 commit comments

Comments
 (0)