user fields

This commit is contained in:
2023-11-21 09:40:59 +01:00
parent b1ac1338fb
commit b7574f47fd
15 changed files with 534 additions and 1 deletions
Generated
+187 -1
View File
@@ -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": "f3a46febfc931a863009278833fe7464",
"content-hash": "37d3b022f43e15535aba45eec7987dc1",
"packages": [
{
"name": "asm89/stack-cors",
@@ -6049,6 +6049,65 @@
"issues": "https://www.drupal.org/project/issues/persistent_login"
}
},
{
"name": "drupal/phone_number",
"version": "2.0.0-alpha5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/phone_number.git",
"reference": "2.0.0-alpha5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/phone_number-2.0.0-alpha5.zip",
"reference": "2.0.0-alpha5",
"shasum": "b57f78b8d68c6e1017cdeb7ff77440729d9216c4"
},
"require": {
"drupal/core": "^9.2 || ^10",
"giggsey/libphonenumber-for-php": "^8.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0-alpha5",
"datestamp": "1698159525",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Christopher Caldwell",
"homepage": "https://www.drupal.org/u/chrisolof",
"email": "chrisolof@gmail.com",
"role": "Maintainer"
},
{
"name": "nyariv",
"homepage": "https://www.drupal.org/user/2747789"
},
{
"name": "tim-diels",
"homepage": "https://www.drupal.org/user/2915097"
},
{
"name": "vaish",
"homepage": "https://www.drupal.org/user/92189"
}
],
"description": "A validated phone number field.",
"homepage": "http://drupal.org/project/phone_number",
"support": {
"source": "https://git.drupalcode.org/project/phone_number"
}
},
{
"name": "drupal/profile",
"version": "1.7.0",
@@ -7443,6 +7502,132 @@
},
"time": "2023-06-20T07:10:35+00:00"
},
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.13.25",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "fe9c0b201941977b91b6b086c9551aff07a733ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/fe9c0b201941977b91b6b086c9551aff07a733ae",
"reference": "fe9c0b201941977b91b6b086c9551aff07a733ae",
"shasum": ""
},
"require": {
"giggsey/locale": "^1.7|^2.0",
"php": ">=5.3.2",
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"pear/pear-core-minimal": "^1.9",
"pear/pear_exception": "^1.0",
"pear/versioncontrol_git": "^0.5",
"phing/phing": "^2.7",
"php-coveralls/php-coveralls": "^1.0|^2.0",
"symfony/console": "^2.8|^3.0|^v4.4|^v5.2",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
"autoload": {
"psr-4": {
"libphonenumber\\": "src/"
},
"exclude-from-classmap": [
"/src/data/",
"/src/carrier/data/",
"/src/geocoding/data/",
"/src/timezone/data/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Joshua Gigg",
"email": "giggsey@gmail.com",
"homepage": "https://giggsey.com/"
}
],
"description": "PHP Port of Google's libphonenumber",
"homepage": "https://github.com/giggsey/libphonenumber-for-php",
"keywords": [
"geocoding",
"geolocation",
"libphonenumber",
"mobile",
"phonenumber",
"validation"
],
"support": {
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"time": "2023-11-13T09:34:15+00:00"
},
{
"name": "giggsey/locale",
"version": "2.5",
"source": {
"type": "git",
"url": "https://github.com/giggsey/Locale.git",
"reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/Locale/zipball/e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
"reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"ext-json": "*",
"pear/pear-core-minimal": "^1.9",
"pear/pear_exception": "^1.0",
"pear/versioncontrol_git": "^0.5",
"phing/phing": "^2.7",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^8.5|^9.5",
"symfony/console": "^5.0|^6.0",
"symfony/filesystem": "^5.0|^6.0",
"symfony/finder": "^5.0|^6.0",
"symfony/process": "^5.0|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Giggsey\\Locale\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joshua Gigg",
"email": "giggsey@gmail.com",
"homepage": "https://giggsey.com/"
}
],
"description": "Locale functions required by libphonenumber-for-php",
"support": {
"issues": "https://github.com/giggsey/Locale/issues",
"source": "https://github.com/giggsey/Locale/tree/2.5"
},
"time": "2023-11-01T17:19:48+00:00"
},
{
"name": "grasmash/expander",
"version": "3.0.0",
@@ -12015,6 +12200,7 @@
"minimum-stability": "stable",
"stability-flags": {
"drupal/page_manager": 5,
"drupal/phone_number": 15,
"drupal/advanced_text_formatter": 5,
"drupal/bulkdelete": 20,
"drupal/config_ignore": 5,