Skip to content

Commit

Permalink
Bump drupal/address from 1.12.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps drupal/address from 1.12.0 to 2.0.0.

---
updated-dependencies:
- dependency-name: drupal/address
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 1cef829 commit 1291b9e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 29 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cweagans/composer-patches": "^1.7",
"datadog/dd-trace": "^0.96.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
"drupal/address": "^1.4",
"drupal/address": "^2.0",
"drupal/admin_feedback": "^2.2",
"drupal/admin_toolbar": "^3.3",
"drupal/advancedqueue": "^1.0@RC",
Expand Down
52 changes: 24 additions & 28 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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": "8cb3ea52d534b97bbecc08dbfd26eadf",
"content-hash": "47d4aff3c51d8bfd15815411aa425296",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -322,36 +322,36 @@
},
{
"name": "commerceguys/addressing",
"version": "v1.4.2",
"version": "v2.1.1",
"source": {
"type": "git",
"url": "https://github.com/commerceguys/addressing.git",
"reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308"
"reference": "d7faef18fc7110b233b81c8d18006e74c6c49a52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308",
"reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308",
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/d7faef18fc7110b233b81c8d18006e74c6c49a52",
"reference": "d7faef18fc7110b233b81c8d18006e74c6c49a52",
"shasum": ""
},
"require": {
"doctrine/collections": "^1.2 || ^2.0",
"php": ">=7.3"
"doctrine/collections": "^1.6 || ^2.0",
"php": ">=8.0"
},
"require-dev": {
"ext-json": "*",
"mikey179/vfsstream": "^1.6.10",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6",
"symfony/validator": "^4.4 || ^5.4 || ^6.0"
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7",
"symfony/validator": "^5.4 || ^6.3 || ^7.0"
},
"suggest": {
"symfony/validator": "to validate addresses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
}
},
"autoload": {
Expand Down Expand Up @@ -380,9 +380,9 @@
],
"support": {
"issues": "https://github.com/commerceguys/addressing/issues",
"source": "https://github.com/commerceguys/addressing/tree/v1.4.2"
"source": "https://github.com/commerceguys/addressing/tree/v2.1.1"
},
"time": "2023-02-15T10:11:14+00:00"
"time": "2023-11-28T18:04:35+00:00"
},
{
"name": "composer/installers",
Expand Down Expand Up @@ -2193,31 +2193,31 @@
},
{
"name": "drupal/address",
"version": "1.12.0",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/address.git",
"reference": "8.x-1.12"
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.12.zip",
"reference": "8.x-1.12",
"shasum": "67dd4699040aabf0cd6169e437706fa6a39b0b3a"
"url": "https://ftp.drupal.org/files/projects/address-2.0.0.zip",
"reference": "2.0.0",
"shasum": "4f7936b6bf08188ecbfddafb3d105ee956e6a952"
},
"require": {
"commerceguys/addressing": "^1.4.2",
"drupal/core": "^9.2 || ^10",
"php": "^7.3 || ^8.0"
"commerceguys/addressing": "^2.1.1",
"drupal/core": "^9.5 || ^10",
"php": "^8.0"
},
"require-dev": {
"drupal/token": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.12",
"datestamp": "1684710176",
"version": "2.0.0",
"datestamp": "1703692572",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand All @@ -2241,10 +2241,6 @@
"name": "dww",
"homepage": "https://www.drupal.org/user/46549"
},
{
"name": "googletorp",
"homepage": "https://www.drupal.org/user/386230"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
Expand Down

0 comments on commit 1291b9e

Please sign in to comment.