diff --git a/composer.json b/composer.json index 094c9718..fc0cd1c4 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "drupal/config_ignore": "^2.1", "drupal/slack": "^1.2", "drush/drush": "^9@rc", - "commerceguys/addressing": "1.0.0-beta3", + "commerceguys/addressing": "v1.0.0", "drupal/social": "1.16" }, "require-dev": { diff --git a/composer.lock b/composer.lock index e242fd54..a2fee7dc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6db7625f6df39ef5a2a8ffaf7458ad71", + "content-hash": "b8e003488a00ba3059e118e7a1059695", "packages": [ { "name": "abraham/twitteroauth", @@ -471,20 +471,19 @@ }, { "name": "commerceguys/addressing", - "version": "v1.0.0-beta3", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", - "reference": "615464980031d353865fd0a4b5da3acb3f567129" + "reference": "ef34ba9f6e5378e56cceb9f45798b464878db031" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/addressing/zipball/615464980031d353865fd0a4b5da3acb3f567129", - "reference": "615464980031d353865fd0a4b5da3acb3f567129", + "url": "https://api.github.com/repos/commerceguys/addressing/zipball/ef34ba9f6e5378e56cceb9f45798b464878db031", + "reference": "ef34ba9f6e5378e56cceb9f45798b464878db031", "shasum": "" }, "require": { - "commerceguys/enum": "~1.0", "doctrine/collections": "~1.0", "php": ">=5.5.0" }, @@ -492,12 +491,9 @@ "mikey179/vfsstream": "1.*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "2.*", - "symfony/intl": ">=2.3", - "symfony/validator": ">=2.3" + "symfony/validator": ">=3.2" }, "suggest": { - "commerceguys/intl": "to use it as the source of country data", - "symfony/intl": "to use it as the source of country data", "symfony/validator": "to validate addresses" }, "type": "library", @@ -523,52 +519,14 @@ "name": "Damien Tournoud" } ], - "description": "Addressing library powered by Google's address data.", + "description": "Addressing library powered by CLDR and Google's address data.", "keywords": [ "address", "internationalization", "localization", "postal" ], - "time": "2017-04-20T12:32:07+00:00" - }, - { - "name": "commerceguys/enum", - "version": "v1.0", - "source": { - "type": "git", - "url": "https://github.com/commerceguys/enum.git", - "reference": "1d9db2dbeb1a02500e7a14589ae2f9cb402c5c95" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/commerceguys/enum/zipball/1d9db2dbeb1a02500e7a14589ae2f9cb402c5c95", - "reference": "1d9db2dbeb1a02500e7a14589ae2f9cb402c5c95", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "CommerceGuys\\Enum\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bojan Zivanovic" - } - ], - "description": "A PHP 5.4+ enumeration library.", - "time": "2015-02-27T21:36:56+00:00" + "time": "2018-05-23T13:00:47+00:00" }, { "name": "commerceguys/intl",